mirror of
https://github.com/plume-sig/zk-nullifier-sig.git
synced 2026-01-09 12:57:55 -05:00
fix #15
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user