Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

Nonce

Type Alias Nonce 

Source
pub type Nonce<NonceSize> = GenericArray<u8, NonceSize>;
Expand description

AES-GCM nonces.

Aliased Typeยง

pub struct Nonce<NonceSize> { /* private fields */ }