1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00

fix expected constraint count

This commit is contained in:
schaeff 2022-09-20 15:18:54 +02:00
parent 2fc54f18b2
commit 7f818c80bc
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"entry_point": "./tests/tests/arrays/boolean_array_equality.zok",
"curves": ["Bn128"],
"max_constraint_count": 1005,
"max_constraint_count": 1004,
"tests": []
}

View file

@ -1,5 +1,5 @@
// this should cost 1000 for input constraint, and then 1 per chunk of 253 booleans (for bn128), so here 5
// total 1005
// this should cost 1000 for input constraint, and then 1 per chunk of 253 booleans (for bn128), so here 4
// total 1004
const u32 SIZE = 1000;