pub type AeadNonce = Nonce<12>;
12-byte nonce for AES-256-GCM authenticated encryption.
pub struct AeadNonce(/* private fields */);