Type Alias hkdf::SimpleHkdfExtract
source · 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>where
H: OutputSizeUser + Clone,
I: HmacImpl<H> + Clone,
impl<H, I> Clone for HkdfExtract<H, I>where H: OutputSizeUser + Clone, I: HmacImpl<H> + Clone,
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