AeadDecrypt |
| Name | Description | |
|---|---|---|
| DecryptWithTag(Byte, Byte, Byte, AeadAlgorithm) | Decrypt data using specified AEAD algorithm in one-off operation. The authentication tag is expected to be appended to the input ciphertext. | |
| DecryptWithTag(Byte, Byte, Byte, Byte, AeadAlgorithm, AeadOpts) | Decrypt data using specified AEAD algorithm in one-off operation with AAD and options. The authentication tag is expected to be appended to the input ciphertext. |