CryptoSys PQC
1.0.0
|
Get general info about the core library DLL. More...
Static Public Member Functions | |
static int | Version () |
Get version number of the core native DLL as an integer value. More... | |
static std::string | ModuleName () |
Get full path name of core DLL module. More... | |
static std::string | DllInfo () |
Get information about the core native diCrPQC DLL. More... | |
Get general info about the core library DLL.
|
static |
Get version number of the core native DLL as an integer value.
Major*100*100 + Minor*100 + Release
. For example, version 2.10.3 would return the integer 21003
.
|
static |
Get full path name of core DLL module.
C:\Windows\System32
when it is really C:\Windows\SysWOW64
.
|
static |
Get information about the core native diCrPQC DLL.
"Platform=X64;Compiled=Apr 2 2025 19:13:31;Licence=T"
. Platform
is the platform the core native DLL was compiled for: Win32
or X64