Skip to main content

AeadNonce

Type Alias AeadNonce 

Source
pub type AeadNonce = Nonce<12>;
Expand description

12-byte nonce for AES-256-GCM authenticated encryption.

Aliased Type§

pub struct AeadNonce(/* private fields */);