dbosk / crocus

Securely and privately verifiable protests
Other
0 stars 0 forks source link

Can we accumulate proofs? #194

Open dbosk opened 4 years ago

dbosk commented 4 years ago

From Pierre-Louis:

The presentation is about RSA accumulators, the paper has been accepted at CRYPTO 2019, and I think it can help a lot making your system scale. A protester can batch signatures into an accumulator and commit it to a blockchain once every X minutes (for the timing concerns) instead of having to commit each signatures separately. I didn't know about accumulators, thus my suprise, but if you know about it then I guess this mail isn't of much help :).

CRYPTO 2019 paper: https://link.springer.com/chapter/10.1007/978-3-030-26948-7_20 https://eprint.iacr.org/2018/1188

Presentation from last year with focus on Bitcoin application: https://www.youtube.com/watch?v=IMzLa9B1_3E&feature=youtu.be&t=3515 https://crypto.stanford.edu/~buenz/presentations/accumulators.pptx

Nice detailed explanation of accumulators: https://www.gakonst.com/deep-dive-rsa-accumulators