Constant TDES_FOR_LEGACY_USE_ONLY
pub const TDES_FOR_LEGACY_USE_ONLY: Algorithm;👎Deprecated:
Use DES_EDE3_FOR_LEGACY_USE_ONLY instead, which aligns with the naming used in the cipher module. The two constants are interchangeable.
Available on crate features
aws-lc and crypto only.Expand description
CMAC using 3-key Triple DES (DES-EDE3). For legacy interoperability only; new designs must use an AES-based algorithm.