README (872B)
1 # radroots_protected_store 2 3 This is the README for `radroots_protected_store`, which provides authenticated 4 local store envelopes for the `radroots` core libraries. 5 6 ## Overview 7 8 * versioned envelope and header types for protected local records; 9 * seal and open helpers built around XChaCha20Poly1305 and wrapped data keys; 10 * JSON encode and decode helpers for serialized protected payloads; 11 * portable core logic with optional `std` support through 12 `radroots_secret_vault`; 13 * file-backed wrapped-key helpers for protected local identity and account 14 storage flows. 15 16 ## Copyright 17 18 Except as otherwise noted, all files in the `radroots_protected_store` 19 distribution are 20 21 Copyright (c) 2020-2026 Tyson Lupul 22 23 For information on usage and redistribution, and for a DISCLAIMER OF ALL 24 WARRANTIES, see LICENSE included in the `radroots_protected_store` 25 distribution.