keri 0.3.0

Core library for the Key Event Receipt Infrastructure
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod derivation;
pub mod error;
pub mod event;
pub mod event_message;
pub mod log;
pub mod prefix;
pub mod state;
pub mod util;

#[cfg(feature = "exp_ursa")]
pub use ursa;