Crate colonylib

Crate colonylib 

Source

Re-exports§

pub use data::DataStore;
pub use graph::Graph;
pub use key::KeyStore;
pub use pod::PodManager;

Modules§

data
graph
key
pod

Structs§

PublicKey
A public key.
SecretKey
A secret key; wraps a single prime field element. The field element is heap allocated to avoid any stack copying that result when passing SecretKeys between stack frames.
Signature
A signature.