Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
omahs authored Jan 3, 2024
1 parent 6d32ff6 commit a811dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/versioned_docs/version-V3/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Having two private values provides an additional security layer. If someone brea

## What is the difference between the `identity nullifier`, `external nullifier` and `nullifier hash`?

The identity nullifier is one of the user's secret values, whearas the external nullifier can be used like a topic on which users can generate a valid proof (e.g. send anonymous votes) a limited number of times.
The identity nullifier is one of the user's secret values, whereas the external nullifier can be used like a topic on which users can generate a valid proof (e.g. send anonymous votes) a limited number of times.

Both the identity nullifier and the external nullifier are used to prevent the same proof from being verified twice, which means that if a user generates the same proof (with same identity and same external nullifier) twice, the second one will not be valid.

Expand Down

0 comments on commit a811dc6

Please sign in to comment.