文件名称:RSA-lx
介绍说明--下载内容均来自于网络,请自行研究使用
/* 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")
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 488820rsa-lx.zip 列表 RSA/ RSA/defaultprivate.key RSA/defaultpublic.key RSA/FIRST.TXT RSA/InputFile.txt RSA/InputFile2.txt RSA/PrimeGen.exe RSA/private.key RSA/private2.key RSA/public.key RSA/public2.key RSA/REPORT_PROJET.doc RSA/res/ RSA/resource.h RSA/res/RSAProject.ico RSA/res/RSAProject.rc2 RSA/RSAProject.001 RSA/RSAProject.aps RSA/RSAProject.clw RSA/RSAProject.cpp RSA/RSAProject.dsp RSA/RSAProject.dsw RSA/RSAProject.exe RSA/RSAProject.h RSA/RSAProject.ncb RSA/RSAProject.opt RSA/RSAProject.rc RSA/RSAProjectDlg.cpp RSA/RSAProjectDlg.h RSA/StdAfx.cpp RSA/StdAfx.h