Crate identity_storage
source ·Expand description
§IOTA Identity - Storage
This crate provides high-level abstractions over key management systems for secure storage of cryptographic keys for use in IOTA Identity.
Re-exports§
pub use key_id_storage::*;
pub use key_storage::public_modules::*;
pub use storage::*;
Modules§
- A Key ID Storage is used to store the identifiers of keys that were generated in a Key Storage.
- A Key Storage is used to securely store private keys.
- This module provides a type wrapping a key and key id storage.