shivini 0.155.10

Shvini is a library implementing a GPU-accelerated zkSync prover
1
2
3
4
5
6
use super::*;

pub mod setup;
pub use setup::*;
pub mod witness;
pub use witness::*;