Type Alias aes_gcm_siv::Nonce
source · pub type Nonce = GenericArray<u8, U12>;
Expand description
AES-GCM-SIV nonces.
Aliased Type§
struct Nonce { /* private fields */ }
pub type Nonce = GenericArray<u8, U12>;
AES-GCM-SIV nonces.
struct Nonce { /* private fields */ }