pub struct Hmac<H: HashFunction + Clone> { /* private fields */ }
Expand description
Constant-time HMAC implementation.
Implementations§
Trait Implementations§
Source§impl<H> SecureZeroingType for Hmac<H>
impl<H> SecureZeroingType for Hmac<H>
Auto Trait Implementations§
impl<H> Freeze for Hmac<H>where
H: Freeze,
impl<H> RefUnwindSafe for Hmac<H>where
H: RefUnwindSafe,
impl<H> Send for Hmac<H>where
H: Send,
impl<H> Sync for Hmac<H>where
H: Sync,
impl<H> Unpin for Hmac<H>where
H: Unpin,
impl<H> UnwindSafe for Hmac<H>where
H: UnwindSafe,
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