ZcashFoundation / zebra

Zcash - Financial Privacy in Rust 🦓
https://zfnd.org/zebra/
Apache License 2.0
404 stars 96 forks source link

feature: Make zebra batch verification consensus code API compatible #8569

Open AlvinKuruvilla opened 3 months ago

AlvinKuruvilla commented 3 months ago

Motivation

In this line within the docs of the zebra-consensus module, there is a note that this code is temporary till Halo2 supports batch verification. From reading the comments, it sounds like the eventual goal is to make this portion API agnostic (i.e. do not rely on orchard). From my understanding, halo2 supports batch verification, so I was wondering if that comment can be resolved now to make it API agnostic?

Specifications

No response

Complex Code or Requirements

No response

Testing

No response

Related Work

No response

mpguerra commented 3 months ago

Thank you for reporting this! Whilst that is the goal eventually, we are prioritising other work at the moment :)