botan.libstate.libstate

Library Internal/Global State

Public Imports

botan.utils.types
public import botan.utils.types;
botan.algo_factory.algo_factory
public import botan.algo_factory.algo_factory;
botan.libstate.lookup
public import botan.libstate.lookup;
botan.libstate.global_state
public import botan.libstate.global_state;

Members

Classes

LibraryState
class LibraryState

Global Library State

Functions

modexpInit
void modexpInit()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

gs_ctor
Thread gs_ctor;
Undocumented in source.
gs_entropy_src_mutex
Mutex gs_entropy_src_mutex;
Undocumented in source.
gs_global_prng
SerializedRNG gs_global_prng;
Undocumented in source.
gs_sources
Vector!(EntropySource) gs_sources;
Undocumented in source.

Meta

License

Botan is released under the Simplified BSD License (see LICENSE.md)