concordium_base 10.0.0

A library that defines common types and functionality that are needed by Concordium Rust projects.
Documentation
1
2
3
4
//! Construction and verification of proofs for encrypted transfer transactions.
mod generate_proofs;

pub use generate_proofs::*;