aes_gcm_siv

Type Alias Nonce

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

AES-GCM-SIV nonces.

Aliased Typeยง

struct Nonce { /* private fields */ }