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

View File

@ -140,11 +140,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"