Type Alias hkdf::SimpleHkdf

source ·
pub type SimpleHkdf<H> = Hkdf<H, SimpleHmac<H>>;
Expand description

Hkdf variant which uses SimpleHmac for underlying HMAC implementation.

Aliased Type§

struct SimpleHkdf<H> { /* private fields */ }