pub type HkdfSha512 = Hkdf<Sha512>;
Implementation of HKDF-SHA-512
pub struct HkdfSha512(/* private fields */);