From b65d9d7b4480bf6ebba421d57ac686ccedb27936 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Mon, 13 Oct 2025 13:05:49 +0300 Subject: [PATCH 1/2] docs: removed broken MACI documentation link --- public/content/zero-knowledge-proofs/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/content/zero-knowledge-proofs/index.md b/public/content/zero-knowledge-proofs/index.md index 4951766a414..4cf9c7b3487 100644 --- a/public/content/zero-knowledge-proofs/index.md +++ b/public/content/zero-knowledge-proofs/index.md @@ -116,8 +116,6 @@ Using MACI _does_ require trusting the coordinator not to collude with bribers o But in cases where the coordinator remains honest, MACI represents a powerful tool for guaranteeing the sanctity of onchain voting. This explains its popularity among quadratic funding applications (e.g., [clr.fund](https://clr.fund/#/about/maci)) that rely heavily on the integrity of each individual's voting choices. -[Learn more about MACI](https://privacy-scaling-explorations.github.io/maci/). - ## How do zero-knowledge proofs work? {#how-do-zero-knowledge-proofs-work} A zero-knowledge proof allows you to prove the truth of a statement without sharing the statement’s contents or revealing how you discovered the truth. To make this possible, zero-knowledge protocols rely on algorithms that take some data as input and return ‘true’ or ‘false’ as output. From c36e28d1c89f38ef90073b982f5f7ad0486a9cc3 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Tue, 14 Oct 2025 07:38:46 +0300 Subject: [PATCH 2/2] Update index.md --- public/content/zero-knowledge-proofs/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/content/zero-knowledge-proofs/index.md b/public/content/zero-knowledge-proofs/index.md index 4cf9c7b3487..a03a7ac2944 100644 --- a/public/content/zero-knowledge-proofs/index.md +++ b/public/content/zero-knowledge-proofs/index.md @@ -116,6 +116,8 @@ Using MACI _does_ require trusting the coordinator not to collude with bribers o But in cases where the coordinator remains honest, MACI represents a powerful tool for guaranteeing the sanctity of onchain voting. This explains its popularity among quadratic funding applications (e.g., [clr.fund](https://clr.fund/#/about/maci)) that rely heavily on the integrity of each individual's voting choices. +[Learn more about MACI](ttps://pse.dev/projects/maci). + ## How do zero-knowledge proofs work? {#how-do-zero-knowledge-proofs-work} A zero-knowledge proof allows you to prove the truth of a statement without sharing the statement’s contents or revealing how you discovered the truth. To make this possible, zero-knowledge protocols rely on algorithms that take some data as input and return ‘true’ or ‘false’ as output.