pub trait Mac { // Required methods fn size(&self) -> usize; fn etm(&self) -> bool; }
The algorithm parameters for the Message Authentication Code.
The size of the MAC at the end of the SSH packet.
Whether the MAC is applied over encrypted data.