Type Alias ssh_cipher::ChaChaNonce

source ·
pub type ChaChaNonce = LegacyNonce;
Available on crate feature chacha20poly1305 only.
Expand description

Nonce for chacha20-poly1305@openssh.com.

Aliased Type§

struct ChaChaNonce(pub [u8; 8]);

Fields§

§0: [u8; 8]