Crate identity_account_storage

Source
Expand description

§IOTA Identity - Account Storage

This crates defines the Storage trait which can be implemented for secure cryptographic operations, such as key generation and signing, as well as key-value like storage of data structures, such as DID Documents.

§Implementations

  • Stronghold implements Storage and provides secure data storage and cryptographic operations using IOTA Stronghold.
  • MemStore is an in-memory Storage. It serves as an example implementation for reference and local testing, it is not intended for use in production!

§Test Suite

StorageTestSuite helps with testing Storage implementations.

Re-exports§

pub use self::error::Error;
pub use self::error::Result;

Modules§

crypto
error
Errors that may occur when working with Identity Accounts.
identity
storage
stronghold
types
utils