A two-crate Cargo workspace:
cesr/— cesr-rs: CESR + KERI cryptographic primitives (no_std/WASM-capable). The stable, frozen-surface foundation. Seecesr/README.md.keri/— keri-rs: sans-io KERI core (key-state, escrow, validation) built oncesr's public API. Under active development.
The crates version independently: cesr-rs holds a stable surface while keri-rs iterates. Both are gated by a single nix flake check.
Licensed under MIT OR Apache-2.0.