This commit is contained in:
Dmitriy Ryajov 2024-02-07 10:37:28 -06:00
parent dc2672cdd6
commit 70ffc8be93
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4
1 changed files with 2 additions and 2 deletions

View File

@ -69,11 +69,11 @@ suite "Test Circom Compat Backend":
let
slotId = 3
samples = 5
blockSize = DefaultBlockSize
cellSize = DefaultCellSize
ecK = 2
ecM = 2
numDatasetBlocks = 8
blockSize = DefaultBlockSize
cellSize = DefaultCellSize
r1cs = "tests/circuits/fixtures/proof_main.r1cs"
wasm = "tests/circuits/fixtures/proof_main.wasm"