pub type PacketEncryptionAlgorithm = Ctr64BE<Aes128>;Expand description
Encryption algorithm used for end-to-end encryption of messages exchanged between clients that are encapsulated inside sphinx packets.
Aliased Typeยง
pub struct PacketEncryptionAlgorithm { /* private fields */ }