pub type Key = Array<u8, U32>;
Key type used by all Salsa variants and XSalsa20.
XSalsa20
#[repr(transparent)]pub struct Key(pub [u8; 32]);
0: [u8; 32]