Skip to main content

Salsa20Key

Type Alias Salsa20Key 

Source
pub type Salsa20Key = Key;
Expand description

The key type for the salsa20 cipher

Aliased Type§

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

Tuple Fields§

§0: [u8; 32]