zksync_bellman 0.32.10

zk-SNARK library, based on bellman
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod cs;
pub mod data_structures;
pub mod gates;
pub mod lookup_tables;
pub mod proof;
pub mod setup;
pub mod trees;
pub mod utils;
pub mod verifier;

#[cfg(feature = "redshift")]
pub mod redshift;