pub type SimpleHkdfExtract<H> = HkdfExtract<H, SimpleHmac<H>>;
Expand description
HkdfExtract
variant which uses SimpleHmac
for underlying HMAC
implementation.
Aliased Type§
pub struct SimpleHkdfExtract<H> { /* private fields */ }
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.