Skip to main content

HkdfExtract

Type Alias HkdfExtract 

Source
pub type HkdfExtract<H> = GenericHkdfExtract<Hmac<H>>;
Expand description

GenericHkdfExtract variant which uses Hmac for the underlying HMAC implementation.

Aliased Type§

pub struct HkdfExtract<H> {
    pub(crate) hmac: Hmac<H>,
}

Fields§

§hmac: Hmac<H>