celo-org / celo-bls-snark-rs

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

Expose interfaces to work with decompressed points #216

Open kobigurk-clabs opened 3 years ago

kobigurk-clabs commented 3 years ago

This is something we could consider for batch verification specifically, but also more generally - decompression is very slow, at the level of a scalar multiplication in G1. Removing compression would double the size of serialized points, but it might be worth it in all of the validator communication.