Type Definition ssh_cipher::Tag

source ·
pub type Tag = [u8; 16];
Expand description

Authentication tag for ciphertext data.

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