pub type SimpleHkdfExtract<H> = GenericHkdfExtract<SimpleHmac<H>>;Expand description
GenericHkdfExtract variant which uses SimpleHmac for the underlying HMAC implementation.
Aliased Typeยง
pub struct SimpleHkdfExtract<H> { /* private fields */ }pub type SimpleHkdfExtract<H> = GenericHkdfExtract<SimpleHmac<H>>;GenericHkdfExtract variant which uses SimpleHmac for the underlying HMAC implementation.
pub struct SimpleHkdfExtract<H> { /* private fields */ }