dll.h

来自「利用MIRACL大数运算库实现的RSA加密的动态链接库」· C头文件 代码 · 共 11 行

H
11
字号
#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 + =
减小字号Ctrl + -
显示快捷键?