rings-snark 0.6.0

IVC SNARK implementation of Rings Network
Documentation
1
2
3
4
5
6
//! reimport libs here
pub use bellman_ce as bellman;
pub use bellpepper_core as bellpepper;
pub use ff;
pub use nova_snark as nova;
pub use pasta_curves as curves;