Gen class¶
A Python interface to FirmaSAT <http://www.cryptosys.net/firmasat/>.
- class firmasat.Gen
General info about the core FirmaSAT library DLL.
- static comments()
Get additional information about the core DLL module.
- static compile_time()
Return date and time the core library DLL was last compiled.
- static core_platform()
Return the platform of the core library DLL:
Win32
orX64
.
- static licence_type()
Return licence type: “D”=Developer “T”=Trial.
- static module_name()
Return full path name of the current process’s core library DLL.
- static version()
Return the release version of the core library DLL as an integer value.