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