mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-01-21 02:09:19 +00:00
circom not threadsafe
This commit is contained in:
parent
325292325d
commit
02542076f2
@ -76,7 +76,7 @@ suite "Test Prover":
|
||||
r1cs = "tests/circuits/fixtures/proof_main.r1cs"
|
||||
wasm = "tests/circuits/fixtures/proof_main.wasm"
|
||||
|
||||
taskpool = Taskpool.new(num_threads = 2)
|
||||
taskpool = Taskpool.new(num_threads = 6)
|
||||
params = CircomCompatParams.init(r1cs, wasm)
|
||||
circomBackend = AsyncCircomCompat.init(params, taskpool)
|
||||
prover = Prover.new(store, circomBackend, samples)
|
||||
|
Loading…
x
Reference in New Issue
Block a user