cyphr-storage
Storage backends for the Cyphr self-sovereign identity protocol.
This crate complements the core cyphr protocol library by providing:
FileStore: A persistent filesystem-backed storage implementation for managing Principal state.- Export/Import: Standardized logic for archiving and restoring Principals using cryptographic export formats.
Quick Start
use FileStore;
use ;
use Algorithm;