Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump blake3 1.5.1 -> 1.5.4 #2959

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

bump blake3 1.5.1 -> 1.5.4 #2959

wants to merge 1 commit into from

Conversation

4r33x
Copy link

@4r33x 4r33x commented Sep 20, 2024

Problem

New Rust crates with blake3 version greater than 1.5.1 cannot be used with solana-program crate due to the removal of the implicit "digest" feature in version 1.5.2 of blake3.
Also new version comes with perf improvements:
1.5.4

Initial implementation of SIMD acceleration for the XOF (i.e.
blake3::Hasher::finalize_xof). This brings long output performance
into line with long input performance. Currently AVX-512-only and Unix-only.

Summary of Changes

  1. Change blake3 = "1.5.1" to blake3 = "1.5.4" in root Cargo.toml
  2. Remove redundant feature "digest"in blake3 in solana program Cargo.toml

Fixes #

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant