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

Test Suite

StorageTestSuite helps with testing Storage implementations.