pub type ChaCha20Key = Key;Available on crate feature
chacha20 and (crate features aes_ctr or chacha20 or salsa20) only.Expand description
The key type for the chacha20 cipher
Aliased Type§
#[repr(transparent)]pub struct ChaCha20Key(pub [u8; 32]);Tuple Fields§
§0: [u8; 32]