Skip to content

Commit

Permalink
Update masker_nivc.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Autoparallel committed Nov 5, 2024
1 parent 812cbf3 commit aa5fdf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuits/test/json/nivc/masker_nivc.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe("NIVC Extract", async () => {
extract_value_circuit = await circomkit.WitnessTester(`JsonMaskExtractFinal`, {
file: "json/nivc/extractor",
template: "MaskExtractFinal",
params: [DATA_BYTES, MAX_STACK_HEIGHT, MAX_VALUE_LENGTH],
params: [DATA_BYTES, MAX_VALUE_LENGTH],
});
console.log("#constraints:", await extract_value_circuit.getConstraintCount());
});
Expand Down

0 comments on commit aa5fdf1

Please sign in to comment.