zkcrypto / bellman

zk-SNARK library.
Other
988 stars 534 forks source link

Prepared verifying key for batch verifying #90

Open ebfull opened 2 years ago

ebfull commented 2 years ago

This forces the batch verification routines to take a PreparedVerifyingKey instead which avoids needless arithmetic. Breaking API change.