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