lib3h_crypto_api 0.0.1-alpha1

lib3h abstract cryptography traits and data types
Documentation
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;