encrypt

abstract fun encrypt(key: CipherKey, nonce: Nonce, associatedData: AssociatedData, plaintext: Plaintext): Ciphertext(source)

ChaCha20-Poly1305 encryption from RFC 8439