Skip to main content

ChaCha20Key

Type Alias ChaCha20Key 

Source
pub type ChaCha20Key = Key;
Expand description

The key type for the chacha20 cipher

Aliased Type§

#[repr(transparent)]
pub struct ChaCha20Key(pub [u8; 32]);

Tuple Fields§

§0: [u8; 32]