pub(crate) type PbkdfSha256Hmac = Hmac<Sha256>;
pub(crate) struct PbkdfSha256Hmac { /* private fields */ }