pub struct TwoStepCombiner;
Expand description
NIST SP 800-56C Rev. 2 Option 2: Two-Step KDF
This implements a two-step approach where each secret is processed separately before combination.
Implementations§
Trait Implementations§
Source§impl HybridCombiner for TwoStepCombiner
impl HybridCombiner for TwoStepCombiner
Auto Trait Implementations§
impl Freeze for TwoStepCombiner
impl RefUnwindSafe for TwoStepCombiner
impl Send for TwoStepCombiner
impl Sync for TwoStepCombiner
impl Unpin for TwoStepCombiner
impl UnwindSafe for TwoStepCombiner
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