From 7f86b4a02e815d9ba3db26ec08785bdb7e9a8b25 Mon Sep 17 00:00:00 2001 From: Tristav <124001124+Pricstas@users.noreply.github.com> Date: Sun, 22 Dec 2024 17:19:23 +0100 Subject: [PATCH 1/4] typos howitworks.md --- .../es/docusaurus-plugin-content-docs/version-V1/howitworks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/i18n/es/docusaurus-plugin-content-docs/version-V1/howitworks.md b/apps/docs/i18n/es/docusaurus-plugin-content-docs/version-V1/howitworks.md index d2c602cf8..365eb9c45 100644 --- a/apps/docs/i18n/es/docusaurus-plugin-content-docs/version-V1/howitworks.md +++ b/apps/docs/i18n/es/docusaurus-plugin-content-docs/version-V1/howitworks.md @@ -6,7 +6,7 @@ sidebar_position: 2 ## Inserting identities -An identity is comprised of the following information: +An identity comprises the following information: 1. An [EdDSA](https://en.wikipedia.org/wiki/EdDSA) private key. Note that it is _not_ an Ethereum private key. From 167993b42f9c2e7b62d5441857eab0452190fe5c Mon Sep 17 00:00:00 2001 From: Tristav <124001124+Pricstas@users.noreply.github.com> Date: Sun, 22 Dec 2024 17:21:52 +0100 Subject: [PATCH 2/4] typos what-is-semaphore.md --- .../version-V1/what-is-semaphore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/i18n/es/docusaurus-plugin-content-docs/version-V1/what-is-semaphore.md b/apps/docs/i18n/es/docusaurus-plugin-content-docs/version-V1/what-is-semaphore.md index 4cfee3b74..3bd27b3af 100644 --- a/apps/docs/i18n/es/docusaurus-plugin-content-docs/version-V1/what-is-semaphore.md +++ b/apps/docs/i18n/es/docusaurus-plugin-content-docs/version-V1/what-is-semaphore.md @@ -16,7 +16,7 @@ include private voting, whistleblowing, mixers, and anonymous authentication. Finally, it provides a simple built-in mechanism to prevent double-signalling or double-spending. -This gadget comprises of smart contracts and +This gadget comprises smart contracts and [zero-knowledge](https://z.cash/technology/zksnarks/) components which work in tandem. The Semaphore smart contract handles state, permissions, and proof verification on-chain. The zero-knowledge components work off-chain to allow From d9e15b3dc6c502396b65698e18caabd6ef70f70c Mon Sep 17 00:00:00 2001 From: Tristav <124001124+Pricstas@users.noreply.github.com> Date: Sun, 22 Dec 2024 17:24:54 +0100 Subject: [PATCH 3/4] typos what-is-semaphore.md --- .../version-V1/what-is-semaphore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/i18n/es/docusaurus-plugin-content-docs/version-V1/what-is-semaphore.md b/apps/docs/i18n/es/docusaurus-plugin-content-docs/version-V1/what-is-semaphore.md index 3bd27b3af..3bd213152 100644 --- a/apps/docs/i18n/es/docusaurus-plugin-content-docs/version-V1/what-is-semaphore.md +++ b/apps/docs/i18n/es/docusaurus-plugin-content-docs/version-V1/what-is-semaphore.md @@ -55,7 +55,7 @@ In sum, Semaphore provides the ability to: ### External nullifiers Think of an external nullifier as a voting booth where each user may only cast -one vote. If they try to cast a second vote a the same booth, that vote is +one vote. If they try to cast a second vote at the same booth, that vote is invalid. An external nullifier is any 29-byte value. Semaphore always starts with one From f9bdc44e7912f49ca097f655aecfcf020820f820 Mon Sep 17 00:00:00 2001 From: Tristav <124001124+Pricstas@users.noreply.github.com> Date: Sun, 22 Dec 2024 17:27:12 +0100 Subject: [PATCH 4/4] typos what-is-semaphore.md --- .../version-V1/what-is-semaphore.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/docs/i18n/es/docusaurus-plugin-content-docs/version-V1/what-is-semaphore.md b/apps/docs/i18n/es/docusaurus-plugin-content-docs/version-V1/what-is-semaphore.md index 3bd213152..60afeaa25 100644 --- a/apps/docs/i18n/es/docusaurus-plugin-content-docs/version-V1/what-is-semaphore.md +++ b/apps/docs/i18n/es/docusaurus-plugin-content-docs/version-V1/what-is-semaphore.md @@ -71,8 +71,8 @@ the same `n`, however, her transaction will fail. Additionally, all signals broadcast transactions to a deactivated external nullifier will fail. -Each client application must use the above features of Semaphore in a unique -way to achieve its privacy goals. A mixer, for instance, would use one external +Each client application must use the above features of Semaphore uniquely +to achieve its privacy goals. A mixer, for instance, would use one external nullifier as such: | Signal | External nullifier |