Skip to content

Commit

Permalink
fix: input name in check_ec_eq
Browse files Browse the repository at this point in the history
  • Loading branch information
RajeshRk18 committed Nov 20, 2023
1 parent ee35e29 commit c887bf0
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 @@ -182,7 +182,7 @@ template check_ec_equations(n, k, message_length) {

component r_point_comp = a_div_b_pow_c(n, k);
r_point_comp.a <== s_point.pubkey;
r_point_comp.b <== pk;
r_point_comp.b <== pk_compressed;
r_point_comp.c <== c;

// Calculate hash[m, pk]^r
Expand Down

0 comments on commit c887bf0

Please sign in to comment.