pub type Salsa20Key = Key;
salsa20
The key type for the salsa20 cipher
#[repr(transparent)]pub struct Salsa20Key(pub [u8; 32]);
0: [u8; 32]