celo-org / celo-bls-snark-rs

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

Support efficient streaming BLS batch verification #217

Closed kobigurk-clabs closed 2 years ago

gtank commented 2 years ago

We've implemented a single batch call for now, pending better answers about managing the memory of an FFI context/accumulator and the performance of many cgo calls.