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