From 0440864b3a9b372efc88aa0f1dfced51b9dbdb3f Mon Sep 17 00:00:00 2001 From: parazyd Date: Tue, 29 Aug 2023 08:58:49 +0200 Subject: [PATCH] fuzz: Use patched blake2_simd crate. --- fuzz/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index b11f6e5b2..c60bf0569 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -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 = ["."]