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