rings-snark 0.6.1

IVC SNARK implementation of Rings Network
Documentation
1
2
3
4
#[cfg(not(target_family = "wasm"))]
pub mod native;
#[cfg(target_family = "wasm")]
pub mod wasm;