[go: up one dir, main page]

Type Alias aead::Nonce

source ·
pub type Nonce<A> = Array<u8, <A as AeadCore>::NonceSize>;
Expand description

Nonce: single-use value for ensuring ciphertexts are unique

Aliased Type§

struct Nonce<A>(pub <<A as AeadCore>::NonceSize as ArraySize>::ArrayType<u8>);

Fields§

§0: <<A as AeadCore>::NonceSize as ArraySize>::ArrayType<u8>