We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb29316 commit c3389b6Copy full SHA for c3389b6
packages/circuits/semaphore.circom
@@ -8,7 +8,7 @@ include "binary-merkle-root.circom";
8
// The first part involves the generation of the Semaphore identity,
9
// i.e. the public key and its hash, which is called the commitment
10
// and is used as a public value.
11
-// In the second part, it is verified whether the identity commitment is part
+// In the second part, it is verified whether or not the identity commitment is part
12
// of the Merkle tree, i.e. the Semaphore group. That is, a proof of membership is verified.
13
// The third part covers the generation of a nullifier, i.e. the hash of the scope of the proof
14
// and the secret used to derive the public key (secret scalar). The nullifier is used to prevent the same
0 commit comments