Crates.io | identity_account_storage |
lib.rs | identity_account_storage |
version | 0.6.3 |
source | src |
created_at | 2022-06-15 14:23:25.030055 |
updated_at | 2023-08-17 15:23:09.376653 |
description | Secure storage for Decentralized Identifiers and Verifiable Credentials. |
homepage | https://www.iota.org |
repository | https://github.com/iotaledger/identity.rs |
max_upload_size | |
id | 606534 |
size | 115,366 |
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.
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!StorageTestSuite
helps with testing Storage
implementations.