Aead
interface Aead
Represents a Authenticated Encryption with Associated Data (AEAD) algorithm.
Methods
nonce_size
pub fn nonce_size(self): int
Returns the size of the nonce.
nonce_size
pub fn nonce_size(self): int
Returns the size of the nonce.
Returns the size of the nonce.
The upper bound amount of additional space required to support a ciphertext vs. a plaintext.
The upper bound amount of additional space required to support a ciphertext vs. a plaintext.
The upper bound amount of additional space required to support a ciphertext vs. a plaintext.