pub struct HMAC<const BLOCK_SIZE: usize, const OUTPUT_SIZE: usize, T: HashDigest<BLOCK_SIZE, OUTPUT_SIZE>> { /* private fields */ }Expand description
Implementations§
Source§impl<const BLOCK_SIZE: usize, const OUTPUT_SIZE: usize, T: HashDigest<BLOCK_SIZE, OUTPUT_SIZE>> HMAC<BLOCK_SIZE, OUTPUT_SIZE, T>
impl<const BLOCK_SIZE: usize, const OUTPUT_SIZE: usize, T: HashDigest<BLOCK_SIZE, OUTPUT_SIZE>> HMAC<BLOCK_SIZE, OUTPUT_SIZE, T>
Auto Trait Implementations§
impl<const BLOCK_SIZE: usize, const OUTPUT_SIZE: usize, T> Freeze for HMAC<BLOCK_SIZE, OUTPUT_SIZE, T>where
T: Freeze,
impl<const BLOCK_SIZE: usize, const OUTPUT_SIZE: usize, T> RefUnwindSafe for HMAC<BLOCK_SIZE, OUTPUT_SIZE, T>where
T: RefUnwindSafe,
impl<const BLOCK_SIZE: usize, const OUTPUT_SIZE: usize, T> Send for HMAC<BLOCK_SIZE, OUTPUT_SIZE, T>where
T: Send,
impl<const BLOCK_SIZE: usize, const OUTPUT_SIZE: usize, T> Sync for HMAC<BLOCK_SIZE, OUTPUT_SIZE, T>where
T: Sync,
impl<const BLOCK_SIZE: usize, const OUTPUT_SIZE: usize, T> Unpin for HMAC<BLOCK_SIZE, OUTPUT_SIZE, T>where
T: Unpin,
impl<const BLOCK_SIZE: usize, const OUTPUT_SIZE: usize, T> UnwindSafe for HMAC<BLOCK_SIZE, OUTPUT_SIZE, T>where
T: 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