Skip to content

Commit

Permalink
Merge pull request #520 from omahs/patch-1
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
cedoor authored Jan 3, 2024
2 parents 0cf5365 + 0bc4f0d commit 844a664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion packages/heyauthn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const { identity } = await HeyAuthn.fromRegister(options)

// Now you could also save the identity commitment in your DB (pseudocode).
fetch("/api/register" /* Replace this with your endpoint */, {
identity.commmitment
identity.commitment
// ...
})

Expand Down

0 comments on commit 844a664

Please sign in to comment.