Skip to content

Remove hmac::EagerHash in favor of digest::EagerHash - #212

Merged
tarcieri merged 1 commit into
RustCrypto:masterfrom
daxpedda:digest-eager-hash
Sep 16, 2025
Merged

Remove hmac::EagerHash in favor of digest::EagerHash#212
tarcieri merged 1 commit into
RustCrypto:masterfrom
daxpedda:digest-eager-hash

Conversation

@daxpedda

Copy link
Copy Markdown
Contributor

Comment threadCargo.toml Outdated
Comment threadhmac/src/lib.rs Outdated
@tarcieri
tarcieri merged commit 6e7db7b into RustCrypto:masterSep 16, 2025
45 checks passed
@tarcieritarcieri mentioned this pull request Mar 29, 2026
tarcieri added a commit that referenced this pull request Mar 29, 2026
## Added
- `HmacReset` and `SimpleHmacReset` types (#186)
## Changed
- Use `EagerHash` trait for bounds (#151, #212)
- Edition changed to 2024 and MSRV bumped to 1.85 (#178)
- Relax MSRV policy and allow MSRV bumps in patch releases
- Update to `digest` v0.11 (#243)
- Replace type aliases with newtypes (#186)
## Removed
- `std` and `reset` crate features (#186)
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

@daxpedda@tarcieri