From a811dc6d3da4253760e98b667cb7a7927ce58449 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:22:01 +0100 Subject: [PATCH] fix typo --- apps/docs/versioned_docs/version-V3/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/versioned_docs/version-V3/faq.md b/apps/docs/versioned_docs/version-V3/faq.md index 2e8899016..53039c979 100644 --- a/apps/docs/versioned_docs/version-V3/faq.md +++ b/apps/docs/versioned_docs/version-V3/faq.md @@ -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.