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