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