logo

Type Definition hkdf::SimpleHkdfExtract

source · []
pub type SimpleHkdfExtract<H> = HkdfExtract<H, SimpleHmac<H>>;
Expand description

HkdfExtract variant which uses SimpleHmac for underlying HMAC implementation.