Key

Type Alias Key 

Source
pub type Key = Array<u8, U32>;
Expand description

Key type used by all ChaCha variants.

Aliased Type§

#[repr(transparent)]
pub struct Key(pub [u8; 32]);

Tuple Fields§

§0: [u8; 32]