Re-exports§
pub use snark_verifier;
Modules§
Structs§
Loader
implementation in native rust.
Constants§
Traits§
Functions§
Type Aliases§
- AS stands for accumulation scheme. AS can be either
Kzg<Bn256, Gwc19>
(the original PLONK KZG multi-open) orKzg<Bn256, Bdfg21>
(SHPLONK)