celo-org / celo-bls-snark-rs

Implements SNARK-friendly BLS signatures
https://celo.org
Apache License 2.0
83 stars 24 forks source link

Remove num non signers from setup throughout the entire API #211

Open kobigurk-clabs opened 3 years ago

kobigurk-clabs commented 3 years ago

Its value is not used when doing the setup, only when proving.

(we noticed it during a conversation with @oneeman)