瀏覽代碼

fuzz: Use patched blake2_simd crate.

parazyd 2 年之前
父節點
當前提交
0440864b3a
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      fuzz/Cargo.toml

+ 3 - 0
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 = ["."]