rsa
代码说明:
rsa 实现代码,运用大数算法#include "afx.h" #include "Integer.h" #include #include using namespace std //构造大数对象并初始化为零 CInteger::CInteger() { m_nLength=1 for(int i=0 i
下载说明:请别用迅雷下载,失败请重下,重下不扣分!
(#include"afx.h"#include"Integer.h"#include<string>#include<iostream>usingnamespacestd//构造大数对象并初始化为零CInteger::CInteger(){m_nLength=1for(inti=0i<BI_MAXLENi++)m_ulValue[i]=0}//解构大数对象CInteger::~CInteger(){}/*大数比较调用方式:N.Cmp(A)返回值:若N<A返回-1;若N=A返回0;若N>A返回1*/intCInteger::Cmp(CInteger&A)) - IMDN开发者社群-imdn.cn">
代码说明:
rsa 实现代码,运用大数算法#include "afx.h" #include "Integer.h" #include #include using namespace std //构造大数对象并初始化为零 CInteger::CInteger() { m_nLength=1 for(int i=0 i
下载说明:请别用迅雷下载,失败请重下,重下不扣分!