Skip to content

hkdf: bump MSRV to 1.81#105

Merged
newpavlov merged 2 commits intomasterfrom
hkdf_msrv_1.81
Oct 14, 2024
Merged

hkdf: bump MSRV to 1.81#105
newpavlov merged 2 commits intomasterfrom
hkdf_msrv_1.81

Conversation

@newpavlov
Copy link
Copy Markdown
Member

Removes the std crate feature as no longer needed.

@newpavlov newpavlov merged commit 6f0b04d into master Oct 14, 2024
@newpavlov newpavlov deleted the hkdf_msrv_1.81 branch October 14, 2024 12:18
@tarcieri tarcieri mentioned this pull request Mar 30, 2026
tarcieri added a commit that referenced this pull request Mar 30, 2026
## 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant