libzeropool 0.5.6

zk-SNARK circuit and cryptography for ZeroPool
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod tx;
pub mod boundednum;
pub mod note;
pub mod params;
pub mod account;
pub mod cipher;
pub mod key;
pub mod tree;

mod borsh;
mod sample;