Skip to main content

SimpleHkdfExtract

Type Alias SimpleHkdfExtract 

Source
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 */ }