pub type HkdfSha256 = Hkdf<Sha256>;
Implementation of HKDF-SHA-256
pub struct HkdfSha256(/* private fields */);