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
5
6
// -*- mode: rust; -*-

//! A value
//! The object being commitmed to.

pub use crate::curve_arithmetic::Value;