zksync_bellman 0.32.4

zk-SNARK library, based on bellman
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub use crate::SynthesisError;

pub mod cs;
pub mod helped;
pub mod sonic;
pub mod srs;
pub mod unhelped;
pub mod util;

mod transcript;

#[cfg(test)]
mod tests;