5 releases

0.6.3 Aug 17, 2023
0.6.3-rc.1 Aug 3, 2023
0.6.2 Mar 9, 2023
0.6.1 Jun 30, 2022
0.6.0 Jun 15, 2022

#1025 in Cryptography

Download history 45/week @ 2024-02-16 40/week @ 2024-02-23 25/week @ 2024-03-01 9/week @ 2024-03-08 23/week @ 2024-03-15 10/week @ 2024-03-22 24/week @ 2024-03-29 23/week @ 2024-04-05

84 downloads per month
Used in identity_account

Apache-2.0

365KB
7.5K SLoC

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.

Dependencies

~9–45MB
~673K SLoC