[go: up one dir, main page]

Type Alias aead::stream::Nonce

source ·
pub type Nonce<A, S> = Array<u8, NonceSize<A, S>>;
Available on crate feature stream only.
Expand description

Nonce as used by a given AEAD construction and STREAM primitive.

Aliased Type§

struct Nonce<A, S>(pub <<<A as AeadCore>::NonceSize as Sub<<S as StreamPrimitive<A>>::NonceOverhead>>::Output as ArraySize>::ArrayType<u8>);

Fields§

§0: <<<A as AeadCore>::NonceSize as Sub<<S as StreamPrimitive<A>>::NonceOverhead>>::Output as ArraySize>::ArrayType<u8>