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