ironfish-proofs 0.1.1

Zcash zk-SNARK circuits and proving APIs
Documentation
1
2
3
4
5
6
7
fn main() {
    if let Some(path) = ironfish_proofs::default_params_folder() {
        if let Some(path) = path.to_str() {
            println!("{}", path);
        }
    }
}