pub type SimpleHkdfExtract<H> = HkdfExtract<H, SimpleHmac<H>>;
Expand description
HkdfExtract
variant which uses SimpleHmac
for underlying HMAC
implementation.
Aliased Type§
struct SimpleHkdfExtract<H> { /* private fields */ }
Implementations
Trait Implementations
Source§impl<H, I> Clone for HkdfExtract<H, I>
impl<H, I> Clone for HkdfExtract<H, I>
Source§fn clone(&self) -> HkdfExtract<H, I>
fn clone(&self) -> HkdfExtract<H, I>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more