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 */ }
Layout§
Note: Encountered an error during type layout; the type failed to be normalized.