Skip to main content

Crate core_crypto_keystore

Crate core_crypto_keystore 

Source

Re-exports§

pub use self::connection::Database;
pub use self::connection::deser;
pub use self::connection::ser;
pub use self::transaction::Transaction;

Modules§

ancillary
Types and functions which support the entities (i.e. as primary or search keys) without themselves being entities.
connection
entities
traits
transaction

Structs§

DatabaseKey
The key used to encrypt the database.
Sha256Hash
A Sha256 hash.
UniqueArc
A smart pointer which has exactly one strong reference to the inner type, but may have several weak references.

Enums§

CryptoKeystoreError
Error type to represent various errors that can happen in the KeyStore
Transactionlike
A transaction which might come from our own keystore implementation, or directly from rusqlite.

Type Aliases§

CryptoKeystoreResult
A specialized Result for the KeyStore functions