General class¶
- class crsyspqc.General¶
Get general info about the core DLL and errors returned by it.
- static version()¶
Return the release version of the core CryptoSys PQC DLL as an integer value.
- static module_name()¶
Return full path name of the current process’s DLL module.
- static dll_info()¶
Get additional information about the core DLL module.
Example
Platform=X64;Compiled=May 24 2024 11:54:43;Licence=D
- static error_lookup(n)¶
Return a description of an error code.
- Parameters:
n (int) – Code number
- Returns:
Corresponding error message
- Return type:
str