diff --git a/website/blog/2021-10-12-maci-v1.md b/website/blog/2021-10-12-maci-v1.md index c9f2e3c4ed..92e6a41083 100644 --- a/website/blog/2021-10-12-maci-v1.md +++ b/website/blog/2021-10-12-maci-v1.md @@ -89,7 +89,8 @@ A suggested upgrade to MACI is to use ElGamal re-randomisation for anonymity of We are working on tooling that makes it easier for coordinators to interface with deployed contracts and manage tallies for multiple polls. This will allow users to generate proofs and query inputs and outputs from existing circuits through an easy-to-use API. We hope that this will drive more adoption of MACI and offload the need for bespoke infrastructure. -###Trusted setup +### Trusted setup + Unlike other ZKP projects, MACI does not have an official trusted setup. Instead, we hope to assist teams implementing MACI in their applications to run their own trusted setup. For instance, clr.fund recently completed a trusted setup (on a previous version of MACI) for a specific set of circuit parameters. Other teams may wish to use a different set of parameters on MACI 1.0, which calls for a different trusted setup. ## Conclusion