AckEncryptionAlgorithm

Type Alias AckEncryptionAlgorithm 

Source
pub type AckEncryptionAlgorithm = Ctr64BE<Aes128>;
Expand description

Encryption algorithm used for encrypting acknowledgement messages.

Aliased Typeยง

pub struct AckEncryptionAlgorithm { /* private fields */ }