Open guorong009 opened 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.
verify
VerificationStrategy
BatchVerifier
(Read discussion in links for more details.)
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. Currentverify
api involves theVerificationStrategy
because ofBatchVerifier
process.(Read discussion in links for more details.)