登录
首页 » Visual C++ » sign

sign

于 2020-07-03 发布 文件大小:88KB
0 165
下载积分: 1 下载次数: 8

代码说明:

  对于ECC 进行加密解密运算,这里主要是ECDSA的签名(For ECC encryption and decryption operations, where mainly ECDSA signature)

文件列表:

ecc_sign.cpp,20773,2009-07-10
generate_ecc.cpp,18710,2009-07-09
MathLib.lib,369776,2005-01-25
my_ecc.cpp,20773,2009-07-10
my_ecc.dsp,3441,2009-06-25
my_ecc.dsw,537,2009-06-25
my_ecc.ncb,50176,2009-07-10
my_ecc.opt,53760,2009-07-10
my_ecc.plg,1140,2009-07-10
tommath.h,16673,2004-01-06
tommath_class.h,19875,2004-01-06
tommath_superclass.h,2184,2004-12-30

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MIRACL
    支持椭圆曲线运算的大数运算库和源程序,头文件和静态库可以使用。(Support for elliptic curve operations of large numbers arithmetic library and source code, header files and static libraries can be used.)
    2020-07-03 22:00:01下载
    积分:1
  • FacilityMonitorSystem
    带MD5摘要计算的登录程序,实现部分功能模块和部分界面(MD5 Abstract calculated with log procedures)
    2009-03-02 12:47:27下载
    积分:1
  • aes
    一个能直接运行的AES加密解密程序,用VC2010开发。(A run of AES encryption to decrypt application directly, use VC2010 development.)
    2014-09-12 12:30:00下载
    积分:1
  • RSA
    RSA公钥加密程序,可实现密钥对生成,加解密任意字符串功能。MFC界面。(RSA public key encryption program, enabling the key pair generation, encryption and decryption functions of arbitrary strings. MFC interface.)
    2008-08-07 10:36:19下载
    积分:1
  • RSA
    RSA加密算法的C预言实现,对一张灰度图进行加密,然后再解密(RSA encryption algorithm in C prophecy fulfilled, encrypt and then decrypt a grayscale)
    2012-10-22 14:14:34下载
    积分:1
  • aes
    aes源码。加密的高级标准。。。。。。。。。。(aes)
    2010-09-19 09:29:27下载
    积分:1
  • cryptopp552
    加密算法RSA,DSA等,用C++实现,内附加有详细的说明(Encryption algorithm RSA, DSA, etc., using C++ Realize, with additional detail has)
    2007-10-17 14:13:25下载
    积分:1
  • ECC_Paper
    关于ECC椭圆曲线加密算法在软件注册中的应用(The ECC Paper about software Registration)
    2013-09-18 23:47:01下载
    积分:1
  • jiami
    自主编写的一个简单的加密程序,算法思想简单(Written in a simple self-encryption algorithm is simple thoughts)
    2010-12-16 15:26:04下载
    积分:1
  • rsa
    rsa 实现代码,运用大数算法#include "afx.h" #include "Integer.h" #include <string> #include <iostream> using namespace std //构造大数对象并初始化为零 CInteger::CInteger() { m_nLength=1 for(int i=0 i<BI_MAXLEN i++)m_ulValue[i]=0 } //解构大数对象 CInteger::~CInteger() { } /*大数比较 调用方式:N.Cmp(A) 返回值:若N<A返回-1;若N=A返回0;若N>A返回1 */ int CInteger::Cmp(CInteger& A)(#include "afx.h" #include "Integer.h" #include <string> #include <iostream> using namespace std //构造大数对象并初始化为零 CInteger::CInteger() { m_nLength=1 for(int i=0 i<BI_MAXLEN i++)m_ulValue[i]=0 } //解构大数对象 CInteger::~CInteger() { } /*大数比较 调用方式:N.Cmp(A) 返回值:若N<A返回-1;若N=A返回0;若N>A返回1 */ int CInteger::Cmp(CInteger& A))
    2012-05-16 11:09:35下载
    积分:1
  • 696518资源总数
  • 105661会员总数
  • 6今日下载