Skip to content

Commit

Permalink
change max defaults for http
Browse files Browse the repository at this point in the history
  • Loading branch information
lonerapier committed Nov 5, 2024
1 parent 528c94b commit c96f3a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pragma circom 2.1.9;

include "../../circuits/http/nivc/parse_and_lock_start_line.circom";

component main { public [step_in] } = ParseAndLockStartLine(1024, 10, 20, 20, 20);
component main { public [step_in] } = ParseAndLockStartLine(1024, 10, 10, 100, 10);
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pragma circom 2.1.9;

include "../../circuits/http/nivc/parse_and_lock_start_line.circom";

component main { public [step_in] } = ParseAndLockStartLine(512, 10, 20, 20, 20);
component main { public [step_in] } = ParseAndLockStartLine(512, 10, 10, 100, 10);

0 comments on commit c96f3a2

Please sign in to comment.