LegacyNonce

Type Alias LegacyNonce 

Source
pub type LegacyNonce = GenericArray<u8, U8>;
Expand description

Nonce type used by ChaCha20Legacy.

Aliased Typeยง

#[repr(transparent)]
pub struct LegacyNonce { /* private fields */ }