Skip to content

blake2: remove SIMD support - #898

Merged
newpavlov merged 1 commit into
masterfrom
blake2/rm_simd
Jul 10, 2026
Merged

blake2: remove SIMD support#898
newpavlov merged 1 commit into
masterfrom
blake2/rm_simd

Conversation

@newpavlov

Copy link
Copy Markdown
Member

The current SIMD support is severely outdated and should be re-implemented.

@newpavlov
newpavlov merged commit b1f64e4 into master Jul 10, 2026
15 checks passed
@newpavlov
newpavlov deleted the blake2/rm_simd branch July 10, 2026 14:36
@tarcieri tarcieri mentioned this pull request Aug 25, 2026
tarcieri added a commit that referenced this pull request Aug 26, 2026
## Added
- `zeroize` support (#545)
- `Blake2b128`, `Blake2b256`, `Blake2s128` type aliases (#564)
- `CustomizedInit` support (#664)
- `alloc` crate feature (#678)

## Changed
- Edition changed to 2024 and MSRV bumped to 1.85 (#652)
- Relax MSRV policy and allow MSRV bumps in patch releases
- Update to `digest` v0.11
- Replace type aliases with newtypes (#678)

## Removed
- `std` crate feature (#678)
- `Blake2bVar` and `Blake2sVar` types (#744)
- SIMD support (#898)

## Fixed
- Handling of unkeyed hashes in keyed mode (#510, #612)
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