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
12
pub mod verify;

#[cfg(feature = "tsa-clients")]
pub mod providers;

/// In-process mock TSA server for integration testing.
/// Only available with `--features tsa-test-utils`.
#[cfg(feature = "tsa-test-utils")]
pub mod mock;

#[cfg(feature = "tsa-verify")]
pub use verify::{TsaProvider, VerifiedToken};