pub type ChaChaKey = Key;
Available on crate feature
chacha20poly1305
only.Expand description
Key for chacha20-poly1305@openssh.com
.
Aliased Type§
#[repr(transparent)]pub struct ChaChaKey(pub [u8; 32]);
Tuple Fields§
§0: [u8; 32]