[][src]Crate lair_keystore

secret lair private keystore

Modules

entry

File format entry structs.

internal

Internal utility functions - note, the api for anything in this module is unstable and may change even for patch versions of this library.

ipc

Ipc communication bindings.

store

persistence manager for entry storage

Constants

LAIR_VER

Lair Version

Functions

execute_lair

Main loop of lair executable.

init_once_rayon_thread_pool

Call this function before any other lair api if you wish to initialize with a custom rayon pool. A default pool will be created if not. Returns true if the lair rayon pool was previously uninitialized and now holds the pool that was passed in to this function.