Botan

Dynamically Loaded Engine

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

class  DynamicallyLoadedEngine: botan.engine.engine.Engine;

Dynamically_Loaded_Engine just proxies the requests to the underlying Engine object, and handles load/unload details


this(in string library_path);

Parameters
string library_path full pathname to DLL to load