Skip to main content

Key

Type Alias Key 

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

Key type used by all Salsa variants and XSalsa20.

Aliased Type§

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

Tuple Fields§

§0: [u8; 32]