Type Definition ssh_cipher::Nonce

source ·
pub type Nonce = [u8; 12];
Expand description

Nonce for AEAD modes.

This is used by e.g. aes128-gcm@openssh.com/aes256-gcm@openssh.com and chacha20-poly1305@openssh.com.