fuzz: Use patched blake2_simd crate.

This commit is contained in:
parazyd
2023-08-29 08:58:49 +02:00
parent a659081d52
commit 0440864b3a

View File

@@ -18,6 +18,9 @@ features = ["zkas"]
path = "../src/serial"
features = ["derive", "semver", "collections", "crypto", "hash"]
[patch.crates-io]
blake2b_simd = {git="https://github.com/parazyd/blake2_simd", branch="impl-common"}
# Prevent this from interfering with workspaces
[workspace]
members = ["."]