RDM Simple Encrytion Library
The RDM Simple Encryption library for the RDM Encryption API and Encryption API. An application instantiating an encryption context need to link with this library or the alternative library listed below.
- Alternative libraries
- Reentrancy
- The
enc_simple
library is by design reentrant but uses libraries that by themselves may not be reentrant.
- Library dependencies
- Library File Names
File Name | Where it is used |
---|---|
librdmenc_simple.so
|
Library used during compile on Unix |
librdmenc_simple-15.so
|
Used by runtime link-loader when executing on Unix |
rdmenc_simple-15.lib
|
Library used during compile on Windows |
rdmenc_simple-15.dll
|
Used by runtime link-loader when executing on Windows |
* | Other extensions may be used depending on target platform |