identity_account_storage

Crates.ioidentity_account_storage
lib.rsidentity_account_storage
version0.6.3
sourcesrc
created_at2022-06-15 14:23:25.030055
updated_at2023-08-17 15:23:09.376653
descriptionSecure storage for Decentralized Identifiers and Verifiable Credentials.
homepagehttps://www.iota.org
repositoryhttps://github.com/iotaledger/identity.rs
max_upload_size
id606534
size115,366
(iota-ci)

documentation

README

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.

Commit count: 1471

cargo fmt