pub struct AesCmac { /* private fields */ }Expand description
AesCmac represents an AES-CMAC struct that implements the tink_core::Mac interface.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AesCmac
impl RefUnwindSafe for AesCmac
impl Send for AesCmac
impl Sync for AesCmac
impl Unpin for AesCmac
impl UnwindSafe for AesCmac
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