hkdf-v0.13.0
## Added - New `Hkdf` and `HkdfExtract` type aliases for `GenericHkdf` and `GenericHkdfExtract` (#155) - Implement `kdf::Kdf` for `GenericHkdfExtract` (#173) ## Changed - Bump MSRV to 1.85 and edition to 2024 (#114) - Bump `hmac` dependency to v0.13 - Use `digest::EagerHash` (#148) - Unseal `HmacImpl` trait (#154) - Rename `Hkdf` and `HkdfExtract` to `GenericHkdf` and `GenericHkdfExtract` respectively (#155) - Use simplified `H: HmacImpl` bounds (#155) ## Removed - `std` crate feature (#105)