Skip to content

Commit

Permalink
fix #15
Browse files Browse the repository at this point in the history
  • Loading branch information
Divide-By-0 committed Feb 6, 2024
1 parent 42789dc commit 5bd0bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuits/circom/verify_nullifier.circom
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ template a_div_b_pow_c(n, k) {

b_pow_c_inv_y.underflow === 0;

// Calculates a^s * (b^c)-1
// Calculates a * (b^c)-1
component final_result = Secp256k1AddUnequal(n, k);

final_result.a <== a;
Expand Down

0 comments on commit 5bd0bf0

Please sign in to comment.