Static zebra_consensus::groth16::JOINSPLIT_VERIFIER
source ยท pub static JOINSPLIT_VERIFIER: Lazy<ServiceFn<fn(_: Item) -> BoxFuture<'static, Result<(), BoxedError>>>>
Expand description
Global batch verification context for Groth16 proofs of JoinSplit statements.
This service does not yet batch verifications, see https://github.com/ZcashFoundation/zebra/issues/3127
Note that making a Service
call requires mutable access to the service, so
you should call .clone()
on the global handle to create a local, mutable
handle.