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