pub struct CmacCtx(/* private fields */);Expand description
CMAC context bound to a specific block cipher.
Implementations§
Auto Trait Implementations§
impl Freeze for CmacCtx
impl RefUnwindSafe for CmacCtx
impl Send for CmacCtx
impl !Sync for CmacCtx
impl Unpin for CmacCtx
impl UnsafeUnpin for CmacCtx
impl UnwindSafe for CmacCtx
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