hkdf

Type Alias 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 */ }