Skip to content

Commit

Permalink
increase http start line default length
Browse files Browse the repository at this point in the history
  • Loading branch information
lonerapier committed Nov 5, 2024
1 parent 3a9ac39 commit 8923b3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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, 10, 100, 10);
component main { public [step_in] } = ParseAndLockStartLine(1024, 10, 50, 200, 50);
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(256, 10, 20, 20, 20);
component main { public [step_in] } = ParseAndLockStartLine(256, 10, 50, 200, 50);
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, 10, 100, 10);
component main { public [step_in] } = ParseAndLockStartLine(512, 10, 50, 200, 50);

0 comments on commit 8923b3c

Please sign in to comment.