文件名称:rsa1l
介绍说明--下载内容均来自于网络,请自行研究使用
/* 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\" )-/ * RSA Demo version 1.0 * Copyright (C) 2004 Zhao Chunsheng 2004.04.25 * * * http://timw.126.com http://timw.yeah.net * The procedures called Miracl ver 4. The majority of computing for 82, as detailed in its fringe manual. * P, Q, N, D, E use RSATool2 generation. * / Compiler Tip : 1 : Project-Settings - Settings For (All Configuration) - C / C Category, of OO Headers set : Automatic use of precompiled headers (Figure 1). 2 : ms32.lib added to the project (Figure 2). 3 : MIRACL C library. Extern "C" (# include "miracl.h" # include "mirdef.h") # pragma comment (lib, "ms32.lib")
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 339083rsa1l.rar 列表 rsa1\RSA.TXT rsa1\ReadMe.txt rsa1\1.jpg rsa1\2.jpg rsa1\Thumbs.db rsa1\RSA Application\RSA Application.aps rsa1\RSA Application\RSA Application.rc rsa1\RSA Application\MS32.LIB rsa1\RSA Application\MIRDEF.H rsa1\RSA Application\MIRACL.H rsa1\RSA Application\RSA ApplicationDlg.h rsa1\RSA Application\RSA ApplicationDlg.cpp rsa1\RSA Application\RSA Application.exe rsa1\RSA Application\Resource.h rsa1\RSA Application\RSA Application.dsp rsa1\RSA Application\RSA Application.clw rsa1\RSA Application\ReadMe.txt rsa1\RSA Application\RSA Application.h rsa1\RSA Application\RSA Application.cpp rsa1\RSA Application\StdAfx.h rsa1\RSA Application\StdAfx.cpp rsa1\RSA Application\RSA Application.dsw rsa1\RSA Application\RSA Application.ncb rsa1\RSA Application\RSA Application.opt rsa1\RSA Application\RES\RSA Application.rc2 rsa1\RSA Application\RES\RSA Application.ico rsa1\RSA Application\RES\Thumbs.db rsa1\RSA Application\RES rsa1\RSA Application rsa1\KeyGen\KeyGen.opt rsa1\KeyGen\KeyGenDlg.h rsa1\KeyGen\KeyGen.dsp rsa1\KeyGen\KeyGen.rc rsa1\KeyGen\KeyGen.aps rsa1\KeyGen\KeyGen.clw rsa1\KeyGen\ReadMe.txt rsa1\KeyGen\KeyGen.h rsa1\KeyGen\KeyGen.cpp rsa1\KeyGen\StdAfx.h rsa1\KeyGen\StdAfx.cpp rsa1\KeyGen\Resource.h rsa1\KeyGen\KeyGen.ncb rsa1\KeyGen\KeyGenDlg.cpp rsa1\KeyGen\KeyGen.dsw rsa1\KeyGen\MS32.LIB rsa1\KeyGen\MIRACL.H rsa1\KeyGen\MIRDEF.H rsa1\KeyGen\KeyGen.exe rsa1\KeyGen\RES\KeyGen.rc2 rsa1\KeyGen\RES\KeyGen.ico rsa1\KeyGen\RES\Thumbs.db rsa1\KeyGen\RES rsa1\KeyGen rsa1