AeadEncrypt |
| Name | Description | |
|---|---|---|
| EncryptWithTag(Byte, Byte, Byte, AeadAlgorithm) | Encrypt data using specified AEAD algorithm in one-off operation. The authentication tag is appended to the output. | |
| EncryptWithTag(Byte, Byte, Byte, Byte, AeadAlgorithm, AeadOpts) | Encrypt data using specified AEAD algorithm in one-off operation with AAD and options. The authentication tag is appended to the output. |