pub type HKDF_SHA512 = HKDF<SHA512>;
Public type for HKDF using SHA512.
pub struct HKDF_SHA512 { /* private fields */ }