readme.txt

来自「this the RSA algorithm to use the regist」· 文本 代码 · 共 26 行

TXT
26
字号
/*	RSA Demo 1.0 版
 *	版权所有 (C) 2004 赵春生
 *	2004.04.25
 *	http://timw.yeah.net
 *	http://timw.126.com
 *	本程序调用Miracl ver 4.82大数运算库,详见其附带手册。
 *	P,Q,N,D,E使用RSATool2生成。
 */

编译提示:

一:将Project-Settings-Settings For(All Configuration)-C/C++中Category项的
Precompiled Headers设置成:Automatic use of precompiled headers(图1)。

二:将ms32.lib添加到工程中(图2)。

三:MIRACL是C库。

extern "C"
{
#include "miracl.h"
#include "mirdef.h"
}

#pragma comment( lib, "ms32.lib" ) 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?