decrypt

abstract fun decrypt(key: CipherKey, nonce: Nonce, associatedData: AssociatedData, ciphertext: Ciphertext): Plaintext?(source)

ChaCha20-Poly1305 decryption from RFC 8439