zlicenser-protocol 0.3.0

Shared protocol types, wire formats, cryptographic primitives, and hardware fingerprinting for the zlicenser licensing framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod crypto;
pub mod error;
pub mod message;
pub mod wire;

pub mod evidence;
pub mod fingerprint;
pub mod tsa;

pub use error::Error;
pub type Result<T> = std::result::Result<T, Error>;