Skip to content

hkdf: unseal HmacImpl#154

Merged
newpavlov merged 3 commits intomasterfrom
hkdf/unseal
Oct 13, 2025
Merged

hkdf: unseal HmacImpl#154
newpavlov merged 3 commits intomasterfrom
hkdf/unseal

Conversation

@newpavlov
Copy link
Copy Markdown
Member

Closes #153

@newpavlov
Copy link
Copy Markdown
Member Author

We probably should change Hkdf<H: OutputSizeUser, I: HmacImpl<H>> to GenericHkdf<H: HmacImpl<H>> and then introduce aliases like type Hkdf<H> = GenericHkdf<Hmac<H>>.

@newpavlov newpavlov merged commit c2c686a into master Oct 13, 2025
10 checks passed
@newpavlov newpavlov deleted the hkdf/unseal branch October 13, 2025 03:16
@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.

Conversion from Hmac to HKDF

1 participant