siv-org / siv

Secure Internet Voting protocol
https://siv.org
Other
12 stars 9 forks source link

Big shuffle proofs can exceed firebase doc size limit #168

Open dsernst opened 3 months ago

dsernst commented 3 months ago

Firebase docs have a limit of 1mb. Shuffle proofs with 1000+ selections can exceed this.

dsernst commented 3 months ago

https://github.com/siv-org/siv/pull/155 was meant as a temp fix for this, to enable skipping shuffle proofs. But would be good to fix this properly, for full Universal verification.