ctrlc03

Results 36 issues of ctrlc03

# Description Add benchmarks that compare how much time it takes to generate proofs for different number of signups and messages. Both using WASM and Rapidsnark with c witness gen....

blocked

The unit tests for maci core, do not account that the NOTHING_UP_MY_SLEEVE message is to be inserted at position 0. While not a problem for unit tests, these should be...

good first issue
testing

# Description Add stress test with ceremony params to be run on a nightly workflow ## Confirmation - [x] I have read and understand MACI's [contributor guidelines](https://github.com/privacy-scaling-explorations/maci/blob/dev/CONTRIBUTING.md) and [code of...

It was brought up that Curve Trees might be a viable option to replace the current Merkle Trees implementations. Material: * https://www.usenix.org/system/files/usenixsecurity23-campanelli.pdf * https://www.usenix.org/system/files/sec23_slides_campanelli.pdf

enhancement
help wanted
good first issue

# Description remove the topup feature until a more appropriate design is proposed. Currently the feature is not used in production and adds unnecessary complexity to the code. A re-design...

# Description Post mortem writeup for MACI's bug. ## Confirmation - [x] I have read and understand MACI's [contributor guidelines](https://maci.pse.dev/docs/contributing) and [code of conduct](https://maci.pse.dev/docs/contributing/code-of-conduct). - [x] I have read and...

documentation

Restructure folders to have one file per each template

good first issue
chore

## Project Overview The original MACI protocol utilizes encrypted voting messages and allows key changes that provide a baseline for anonymous voting. However, anonymity is compromised when the malicious coordinator...

enhancement
smart contracts
circuits
epic

## What is MACI’s Coordinator Service? MACI’s coordinator service is a backend service that aims to automate MACI-related operations, such as contracts deployment, proof generation and poll finalization. Its ultimate...

enhancement
devops
epic