Struct win_crypto_ng::symmetric::Des
source · pub struct Des;
Expand description
The data encryption standard symmetric encryption algorithm.
Standard: FIPS 46-3, FIPS 81.
Trait Implementations§
source§impl Algorithm for Des
impl Algorithm for Des
const ID: Option<SymmetricAlgorithmId> = _
fn id(&self) -> SymmetricAlgorithmId
impl Copy for Des
impl Eq for Des
impl StructuralEq for Des
impl StructuralPartialEq for Des
Auto Trait Implementations§
impl RefUnwindSafe for Des
impl Send for Des
impl Sync for Des
impl Unpin for Des
impl UnwindSafe for Des
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