privacy-scaling-explorations / halo2

https://privacy-scaling-explorations.github.io/halo2/
Other
208 stars 129 forks source link

Explore: how to improve verify api, especially in batch version? #372

Open guorong009 opened 1 month ago

guorong009 commented 1 month ago

Original: https://github.com/privacy-scaling-explorations/halo2/pull/359#pullrequestreview-2330973114, https://github.com/privacy-scaling-explorations/halo2/pull/359#discussion_r1676110226

We need to explore how to improve the verify api furthermore. Current verify api involves the VerificationStrategy because of BatchVerifier process.

(Read discussion in links for more details.)