Skip to content

Upgrade all crates to the 2024 edition and bump MSRV to 1.85 - #114

Merged
newpavlov merged 17 commits into
RustCrypto:masterfrom
baloo:baloo/edition-2024
Feb 28, 2025
Merged

Upgrade all crates to the 2024 edition and bump MSRV to 1.85#114
newpavlov merged 17 commits into
RustCrypto:masterfrom
baloo:baloo/edition-2024

Conversation

@baloo

Copy link
Copy Markdown
Member

No description provided.

Comment threadCargo.toml Outdated
Comment threadansi-x963-kdf/README.md
Comment threadbake-kdf/README.md
Comment threadhkdf/Cargo.toml
Comment threadconcat-kdf/README.md Outdated
@newpavlov
newpavlov merged commit faafada into RustCrypto:masterFeb 28, 2025
@baloo
baloo deleted the baloo/edition-2024 branch March 1, 2025 03:45
@tarcieritarcieri 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 freeto 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.

2 participants

@baloo@newpavlov