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> {
pub(crate) hmac: SimpleHmac<H>,
}Fields§
§hmac: SimpleHmac<H>