cyphr
Rust core library implementation of the Cyphr self-sovereign identity protocol.
This crate provides the core cryptographic state machines, validation logic, and data structures for the protocol:
Principal: The core state container (identity, feature level, roots).cozverification: Verification and structural parsing of Coz payloads.- Transactions & Commits: Multi-coz atomic commits to mutate identity state.
For storage backends (like FileStore), see the cyphr-storage crate.
For the reference command-line interface, see cyphr-cli.
Quick Start
use ;
use Algorithm;