Skip to content

Commit 33010e9

Browse files
committed
parallel feature disabled
1 parent 1db2fc1 commit 33010e9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

mipp/Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ ark-inner-products = { git = "https://github.com/w3f/ripp", branch = "tipa-verif
1111
ark-ip-proofs = { git = "https://github.com/w3f/ripp", branch = "tipa-verify-unfolded" }
1212
ark-dh-commitments = { git = "https://github.com/w3f/ripp", branch = "tipa-verify-unfolded" }
1313

14-
ark-ff = { git = "https://github.com/arkworks-rs/algebra", features = [ "parallel" ] }
15-
ark-ec = { git = "https://github.com/arkworks-rs/algebra", features = [ "parallel" ] }
14+
ark-ff = { git = "https://github.com/arkworks-rs/algebra", default-features = false }
15+
ark-ec = { git = "https://github.com/arkworks-rs/algebra", default-features = false }
1616
ark-bls12-381 = { git = "https://github.com/arkworks-rs/curves", features = [ "curve" ] }
1717

1818
bench-utils = { git = "https://github.com/arkworks-rs/utils" }
@@ -21,4 +21,5 @@ blake2 = { version = "0.9" }
2121
rand = "0.7"
2222

2323
[features]
24-
print-trace = [ "bench-utils/print-trace" ]
24+
print-trace = [ "bench-utils/print-trace" ]
25+
parallel = [ "ark-ff/parallel", "ark-ec/parallel" ]

0 commit comments

Comments
 (0)