1 2 3 4 5 6 7 8 9
//! lib3h abstract cryptography traits and data types extern crate serde; #[macro_use] extern crate serde_derive; pub mod error; pub use error::CryptoError;