commit d1d91d2c4236aac788d1004a6d551aa34302f632 parent b72b5f0799d23ef34da1c440a72e6b5be59cb258 Author: triesap <tyson@radroots.org> Date: Sun, 1 Mar 2026 14:36:34 +0000 docs: update `radroots-identity` readme Diffstat:
| A | crates/identity/README.md | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/crates/identity/README.md b/crates/identity/README.md @@ -0,0 +1,14 @@ +# radroots-identity + +Identity model and profile utilities 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 + +## License + +Licensed under AGPL-3.0. See LICENSE.