lib

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

README (859B)


      1 # radroots_identity
      2 
      3 This is the README for `radroots_identity`, which provides identity models,
      4 encrypted file storage, and profile utilities for the `radroots` core
      5 libraries.
      6 
      7 ## Overview
      8 
      9  * public and private identity, profile, file, and identifier types;
     10  * username validation, normalization, and parser helpers;
     11  * default identity path constants and JSON file support behind feature flags;
     12  * encrypted identity-file and public-profile storage helpers for local runtime
     13    consumers;
     14  * optional NIP-49, `secrecy`, and `zeroize` support for protected key
     15    material.
     16 
     17 ## Copyright
     18 
     19 Except as otherwise noted, all files in the `radroots_identity` distribution
     20 are
     21 
     22  Copyright (c) 2020-2026 Tyson Lupul
     23 
     24 For information on usage and redistribution, and for a DISCLAIMER OF ALL
     25 WARRANTIES, see LICENSE included in the `radroots_identity` distribution.