Skip to content

Commit c210f4c

Browse files
committed
Unlock sha2 asm
1 parent c7a4f10 commit c210f4c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,11 @@ parallel = [
7070
"w3f-ring-proof?/parallel",
7171
"rayon",
7272
]
73-
asm = [ "ark-ff/asm", "w3f-ring-proof?/asm" ]
73+
asm = [
74+
"ark-ff/asm",
75+
"w3f-ring-proof?/asm",
76+
"sha2/asm"
77+
]
7478
# Deterministic, no-zk, ring-proof (unsafe)
7579
test-vectors = [ "w3f-ring-proof?/test-vectors" ]
7680

0 commit comments

Comments
 (0)