plume-sig / zk-nullifier-sig

Implementation of PLUME: nullifier friendly signature scheme on ECDSA
MIT License
129 stars 22 forks source link

minor error in comment describing `final_result` #15

Closed 0xbok closed 5 months ago

0xbok commented 1 year ago

Context: verify_nullifier.circom#L166

Description: The following comment is incorrect as what's being calculated is a * ((b^c)^-1)

// Calculates a^s * (b^c)-1

Recommendation: Correct the comment.