Crate lair_keystore_api[][src]

secret lair private keystore types

Modules

actor

Types associated with Lair client actor.

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 spawn functions.

test

Test keystore implementation. DANGER - Not for production!

Structs

Config

Lair configuration struct.

ConfigBuilder

Lair configuration builder.

Enums

LairError

Keystore Error Type.

Constants

LAIR_VER

Lair Version

Functions

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.

Type Definitions

LairResult

Lair Result Type.