dat 2.2.0

DAT - Distributed Access Token
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub const VERSION_DAT_CARGO: &str = env!("CARGO_PKG_VERSION");
pub mod crypto_algorithm;
pub mod crypto_key;
pub mod util;
pub mod signature_algorithm;
pub mod signature_key;
pub mod payload;
pub mod dat;
pub mod certificate;
pub mod manager;
pub mod error;