Trait diem_secure_storage::CryptoKVStorage
source · pub trait CryptoKVStorage: KVStorage { }
Expand description
CryptoKVStorage offers a CryptoStorage implementation by extending a key value store (KVStorage) to create and manage cryptographic keys. This is useful for providing a simple CryptoStorage implementation based upon an existing KVStorage engine (e.g. for test purposes).