zkinterface_bellman 1.3.2

Bellman circuit construction and proving system for zkInterface
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod import;
pub mod export;
pub mod zkif_backend;
pub mod zkif_cs;

// Reexport dependencies for convenience.
pub use zkinterface;
pub use bellman;
pub use ff;
pub use pairing;
pub use bls12_381;

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