📄 dll.h
字号:
#ifdef DLL_API
#else
#define DLL_API _declspec(dllimport)
#endif
DLL_API big Gene_KeyN(big x,big y);
DLL_API big Gene_Euler(big x,big y);
DLL_API big Gene_PubKey(big x);
DLL_API big Gene_PrivKey(big x,big y,big z);
DLL_API big EncMessage(big z,big x,big y);
DLL_API big DecMessage(big x,big y,big z);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -