mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-01-20 17:58:53 +00:00
modifying circomcompat for use with asyncthreading
This commit is contained in:
parent
8f8d51faa4
commit
7949a253ce
@ -294,7 +294,7 @@ proc new*(
|
|||||||
|
|
||||||
some Prover.new(
|
some Prover.new(
|
||||||
store,
|
store,
|
||||||
CircomCompat.init($config.circomR1cs, $config.circomWasm, zkey),
|
CircomCompatParams.init($config.circomR1cs, $config.circomWasm, zkey),
|
||||||
config.numProofSamples)
|
config.numProofSamples)
|
||||||
else:
|
else:
|
||||||
none Prover
|
none Prover
|
||||||
|
Loading…
x
Reference in New Issue
Block a user