vauban-claim 0.1.0

Vauban Claim Algebra — reference implementation of draft-vauban-claim-algebra-00 (post-quantum claim sextuplet + 5 composition operators, canonical CBOR/JSON codec).
Documentation
1
2
3
4
5
6
7
8
//! Six primitive types of the Claim sextuplet (CDDL §5).

pub mod anchor;
pub mod evidence;
pub mod predicate;
pub mod revelation_mask;
pub mod subject;
pub mod temporal;