pub struct HmacCombiner;
Expand description
HMAC-based combiner for additional security
This provides an alternative combination method using HMAC for scenarios requiring different security properties.
Implementations§
Source§impl HmacCombiner
impl HmacCombiner
Trait Implementations§
Source§impl HybridCombiner for HmacCombiner
impl HybridCombiner for HmacCombiner
Auto Trait Implementations§
impl Freeze for HmacCombiner
impl RefUnwindSafe for HmacCombiner
impl Send for HmacCombiner
impl Sync for HmacCombiner
impl Unpin for HmacCombiner
impl UnwindSafe for HmacCombiner
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