LegacyGatewayEncryptionAlgorithm

Type Alias LegacyGatewayEncryptionAlgorithm 

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

Legacy encryption algorithm used for end-to-end encryption of messages exchanged between clients and their gateways.

Aliased Typeยง

pub struct LegacyGatewayEncryptionAlgorithm { /* private fields */ }