pub struct HmacSha256Stream { /* private fields */ }Expand description
hmac_sha256_verify for a message arriving in spans; the tag comparison stays constant-time.
Implementations§
Auto Trait Implementations§
impl Freeze for HmacSha256Stream
impl RefUnwindSafe for HmacSha256Stream
impl Send for HmacSha256Stream
impl Sync for HmacSha256Stream
impl Unpin for HmacSha256Stream
impl UnsafeUnpin for HmacSha256Stream
impl UnwindSafe for HmacSha256Stream
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