Skip to content

Commit c36e28d

Browse files
authored
Update index.md
1 parent b65d9d7 commit c36e28d

File tree

1 file changed

+2
-0
lines changed
  • public/content/zero-knowledge-proofs

1 file changed

+2
-0
lines changed

public/content/zero-knowledge-proofs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ Using MACI _does_ require trusting the coordinator not to collude with bribers o
116116

117117
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.
118118

119+
[Learn more about MACI](ttps://pse.dev/projects/maci).
120+
119121
## How do zero-knowledge proofs work? {#how-do-zero-knowledge-proofs-work}
120122

121123
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.

0 commit comments

Comments
 (0)