pub type SimpleHkdf<H> = Hkdf<H, SimpleHmac<H>>;Expand description
Hkdf variant which uses SimpleHmac for underlying HMAC
implementation.
Aliased Typeยง
pub struct SimpleHkdf<H> { /* private fields */ }main (development) branch of crypto-glue.pub type SimpleHkdf<H> = Hkdf<H, SimpleHmac<H>>;Hkdf variant which uses SimpleHmac for underlying HMAC
implementation.
pub struct SimpleHkdf<H> { /* private fields */ }