bellbook 0.2.0

Tamper-evident, replay-verifiable records of captured agent activity: content-addressed typed records, deterministic verdicts, offline receipt validation.
Documentation
1
2
3
4
5
6
7
8
pub mod author;
pub mod evidence;
pub mod kind;
pub mod payloads;
#[allow(clippy::module_inception)]
pub mod record;
pub mod refs;
pub mod sign;