Skip to content

Commit

Permalink
Added completed expression in log
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrylR committed Oct 10, 2024
1 parent cb5cecc commit d736012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/Example1.circom
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ template nbits(a) {
outA <== i;

log("Number: ", 100);
log("Complicated expression: ", 1 + g[d - functionCall2(1)] * 3 + functionCall(1, 2, 3));

for(var i=0; i<2; i++)for(var idx=0; idx<CHUNK_NUMBER; idx++){
tmp[0][i][idx] <== add.out[i][idx] + addIsDouble * (doub.out[i][idx] - add.out[i][idx]);
Expand Down

0 comments on commit d736012

Please sign in to comment.