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
//! A few helpers around the dalek ed25519 signature scheme.
mod dlog_ed25519;
mod ffi;

pub use dlog_ed25519::*;