pub type Nonce<NonceSize> = GenericArray<u8, NonceSize>;
AES-GCM nonces.
pub struct Nonce<NonceSize> { /* private fields */ }