lib

Core libraries for Radroots
git clone https://radroots.dev/git/lib.git
Log | Files | Refs | README | LICENSE

commit 6ef9c6110af606eb3acc56ed8b1a2f19c186e1c3
parent fa2d7b1df728882f51c3e6692b047161ffd7b913
Author: triesap <tyson@radroots.org>
Date:   Mon,  2 Mar 2026 23:08:58 +0000

docs: update `radroots-identity` readme

Diffstat:
Mcrates/identity/README.md | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/crates/identity/README.md b/crates/identity/README.md @@ -1,13 +1,13 @@ # radroots-identity -Identity model and profile utilities for the Rad Roots SDK. +Identity models and profile primitives for the Rad Roots SDK. ## Goals -- define stable identity types for keys, profiles, and public projections -- support deterministic identity loading and serialization workflows -- provide optional secret handling and zeroization features for secure runtimes -- expose reusable identity primitives for higher-level Rad Roots crates +- define stable identity interfaces for keys, profiles, and public projections +- keep identity loading and serialization behavior deterministic across targets +- support feature-gated secret handling and zeroization for secure runtimes +- provide reusable identity primitives for higher-level Rad Roots crates ## License