pub type AckEncryptionAlgorithm = Ctr64BE<Aes128>;
Encryption algorithm used for encrypting acknowledgement messages.
pub struct AckEncryptionAlgorithm { /* private fields */ }