Skip to content

Commit

Permalink
Merge pull request #725 from patitonar/patch-1
Browse files Browse the repository at this point in the history
chore(circuits): fix groth16 malleability broken link
  • Loading branch information
cedoor authored Mar 25, 2024
2 parents ba3f7fb + d547764 commit 95cb7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/circuits/semaphore.circom
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ template Semaphore(MAX_DEPTH) {
// The message is not really used within the circuit.
// The square applied to it is a way to force Circom's compiler to add a constraint and
// prevent its value from being changed by an attacker.
// More information here: https://geometryresearch.xyz/notebook/groth16-malleability.
// More information here: https://geometry.xyz/notebook/groth16-malleability.
signal dummySquare <== message * message;
}

0 comments on commit 95cb7dd

Please sign in to comment.