pub type GatewayEncryptionAlgorithm = Aes256GcmSiv;Expand description
Encryption algorithm used for end-to-end encryption of messages exchanged between clients and their gateways.
Aliased Typeยง
pub struct GatewayEncryptionAlgorithm { /* private fields */ }