pub struct TripleDes;
Expand description
The triple data encryption standard symmetric encryption algorithm.
Standard: SP800-67, SP800-38A.
Trait Implementations§
Source§impl Algorithm for TripleDes
impl Algorithm for TripleDes
const ID: Option<SymmetricAlgorithmId>
fn id(&self) -> SymmetricAlgorithmId
impl Copy for TripleDes
impl Eq for TripleDes
impl StructuralPartialEq for TripleDes
Auto Trait Implementations§
impl Freeze for TripleDes
impl RefUnwindSafe for TripleDes
impl Send for TripleDes
impl Sync for TripleDes
impl Unpin for TripleDes
impl UnwindSafe for TripleDes
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more