Crate lockchain_core [] [src]

Lockchain library core

Documentation TBD

In short: this crate handles handling of lockchain vaults. A vault is a collection of secret records that can be searched in an efficient manner, without ever having to keep the entire set in memory in unencrypted form.

This is primarily used in the lockchain password manager.

Re-exports

pub use vault::Vault;
pub use vault::ErrorType;
pub use record::Payload;

Modules

record

Lockchain record handling module

security

Cryptography module for lockchain

vault

Vault data module

version

A version of a record