misc
This commit is contained in:
parent
6a1546589a
commit
27e0ed61e0
|
@ -140,11 +140,11 @@ suite "Test Circom Compat Backend":
|
||||||
let
|
let
|
||||||
slotId = 3
|
slotId = 3
|
||||||
samples = 5
|
samples = 5
|
||||||
blockSize = DefaultBlockSize
|
|
||||||
cellSize = DefaultCellSize
|
|
||||||
ecK = 2
|
ecK = 2
|
||||||
ecM = 2
|
ecM = 2
|
||||||
numDatasetBlocks = 8
|
numDatasetBlocks = 8
|
||||||
|
blockSize = DefaultBlockSize
|
||||||
|
cellSize = DefaultCellSize
|
||||||
|
|
||||||
r1cs = "tests/circuits/fixtures/proof_main.r1cs"
|
r1cs = "tests/circuits/fixtures/proof_main.r1cs"
|
||||||
wasm = "tests/circuits/fixtures/proof_main.wasm"
|
wasm = "tests/circuits/fixtures/proof_main.wasm"
|
||||||
|
|
Loading…
Reference in New Issue