Type Definition hkdf::SimpleHkdfExtract
source · [−]pub type SimpleHkdfExtract<H> = HkdfExtract<H, SimpleHmac<H>>;
Expand description
HkdfExtract
variant which uses SimpleHmac
for underlying HMAC
implementation.
pub type SimpleHkdfExtract<H> = HkdfExtract<H, SimpleHmac<H>>;
HkdfExtract
variant which uses SimpleHmac
for underlying HMAC
implementation.