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§

key_id_storage
A Key ID Storage is used to store the identifiers of keys that were generated in a Key Storage.
key_storage
A Key Storage is used to securely store private keys.
storage
This module provides a type wrapping a key and key id storage.