pub trait Nonce { // Required method fn nonce(&self) -> &XNonce; }
Provides nonces for encryption/decryption operations.
Return the nonce used for this encryption operation.