pub type Nonce<NonceSize> = GenericArray<u8, NonceSize>;Expand description
AES-GCM nonces.
Aliased Typeยง
pub struct Nonce<NonceSize> { /* private fields */ }main (development) branch of crypto-glue.pub type Nonce<NonceSize> = GenericArray<u8, NonceSize>;AES-GCM nonces.
pub struct Nonce<NonceSize> { /* private fields */ }