zisk-verifier 1.2.0-alpha

Proof verifier for the ZisK zkVM proofs
1
2
3
4
5
#![no_std]

mod verifier;

pub use verifier::*;