Type Alias hkdf::SimpleHkdfExtract
source · pub type SimpleHkdfExtract<H> = HkdfExtract<H, SimpleHmac<H>>;
Expand description
HkdfExtract
variant which uses SimpleHmac
for underlying HMAC
implementation.
Aliased Type§
struct SimpleHkdfExtract<H> { /* private fields */ }