Expand description
§Per-account signing identity with pluggable persistence
The KeyLocker trait guards one account’s private signing material; the
KeyLockerManager trait manages the set of accounts on a device (list, create,
switch, delete). Backed in memory for tests and on disk for native deployments;
the WASM crate supplies an IndexedDB variant.
Modules§
- disk_
key_ locker - File-backed key locker
- key_
locker - Account identity and signing — pluggable storage
- mem_
key_ locker - In-memory key locker