Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed May 28, 2024
1 parent 7afa810 commit e56f511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/circuits/utils/regex.circom
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include "./bytes.circom";
/// @param maxRevealLen Maximum length of the reveal part
/// @input in Input array; assumes elements to be bytes
/// @input startIndex The index from which reveal part starts; assumes a valid index,
/// and `startIndex + maxRevealLen - 1` fits in `ceil(log2((maxArrayLen))` bits.
/// and `startIndex + maxRevealLen - 1` fits in `ceil(log2((maxArrayLen + maxRevealLen - 1))` bits.
/// @output out Revealed data array
template SelectRegexReveal(maxArrayLen, maxRevealLen) {
signal input in[maxArrayLen];
Expand Down

0 comments on commit e56f511

Please sign in to comment.