fix expected constraint count
This commit is contained in:
parent
2fc54f18b2
commit
7f818c80bc
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"entry_point": "./tests/tests/arrays/boolean_array_equality.zok",
|
||||
"curves": ["Bn128"],
|
||||
"max_constraint_count": 1005,
|
||||
"max_constraint_count": 1004,
|
||||
"tests": []
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue