Skip to content

Commit

Permalink
circuits: fix from pack length
Browse files Browse the repository at this point in the history
  • Loading branch information
saleel committed May 3, 2024
1 parent 0e022d2 commit a869d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/circuits/src/twitter.circom
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ template TwitterVerifier(maxHeadersLength, maxBodyLength, n, k, exposeFrom) {

var maxEmailLength = 255;

signal output fromEmailAddrPacks[8] <== PackRegexReveal(maxHeadersLength, maxEmailLength)(fromEmailReveal, fromEmailIndex);
signal output fromEmailAddrPacks[9] <== PackRegexReveal(maxHeadersLength, maxEmailLength)(fromEmailReveal, fromEmailIndex);
}


Expand Down

0 comments on commit a869d2f

Please sign in to comment.