zkcg-verifier
Rust verifier for proofs generated by the ZKCG system.
Verification is lightweight and can be integrated into applications that need to validate off-chain computations.
Installation
cargo add zkcg-verifier
Example
use verify;
let result = verify?;
println!;
Features
Halo2 proof verification
zkVM verification support
example integrations