Skip to content

Commit

Permalink
Bit2Num_strict fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaylina committed Apr 3, 2021
1 parent 478264d commit 87dc535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuits/bitify.circom
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ template Bits2Num(n) {
}

template Bits2Num_strict() {
signal input in[n];
signal input in[254];
signal output out;

component aliasCheck = AliasCheck();
Expand Down

0 comments on commit 87dc535

Please sign in to comment.