Skip to main content

Module key_locker

Module key_locker 

Source
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