登录
首页 » Visual C++ » MIRACL

MIRACL

于 2020-07-03 发布 文件大小:409KB
0 167
下载积分: 1 下载次数: 22

代码说明:

  支持椭圆曲线运算的大数运算库和源程序,头文件和静态库可以使用。(Support for elliptic curve operations of large numbers arithmetic library and source code, header files and static libraries can be used.)

文件列表:

MIRACL
......\Debug
......\.....\miracl.lib,398994,2011-09-05
......\.....\miracl.pch,222244,2011-09-05
......\.....\mraes.obj,29146,2011-09-05
......\.....\mralloc.obj,3673,2011-09-05
......\.....\mrarth0.obj,9431,2011-09-05
......\.....\mrarth1.obj,12274,2011-09-05
......\.....\mrarth2.obj,13116,2011-09-05
......\.....\mrarth3.obj,10074,2011-09-05
......\.....\mrbrick.obj,5804,2011-09-05
......\.....\mrcore.obj,78101,2011-09-05
......\.....\mrcrt.obj,6243,2011-09-05
......\.....\mrcurve.obj,37832,2011-09-05
......\.....\mrebrick.obj,6400,2011-09-05
......\.....\mrfast.obj,31323,2011-09-05
......\.....\mrgcd.obj,4827,2011-09-05
......\.....\mrio1.obj,8594,2011-09-05
......\.....\mrio2.obj,7107,2011-09-05
......\.....\mrjack.obj,6520,2011-09-05
......\.....\mrlucas.obj,5897,2011-09-05
......\.....\mrmonty.obj,17084,2011-09-05
......\.....\mrmuldv.obj,3921,2011-09-05
......\.....\mrpower.obj,24100,2011-09-05
......\.....\mrprime.obj,9662,2011-09-05
......\.....\mrrand.obj,3966,2011-09-05
......\.....\mrscrt.obj,6194,2011-09-05
......\.....\mrshs.obj,5409,2011-09-05
......\.....\mrshs256.obj,5813,2011-09-05
......\.....\mrsmall.obj,7034,2011-09-05
......\.....\mrstrong.obj,8713,2011-09-05
......\.....\mrxgcd.obj,11189,2011-09-05
......\.....\vc60.idb,74752,2011-09-05
......\.....\vc60.pdb,69632,2011-09-05
......\include
......\.......\miracl.h,27739,2004-12-23
......\.......\mirdef.h,950,2004-08-11
......\miracl.dep,2024,2004-12-23
......\miracl.dsp,4525,2004-08-11
......\miracl.dsw,535,2004-09-28
......\miracl.mak,9077,2004-12-23
......\miracl.ncb,214016,2011-09-05
......\miracl.opt,55808,2011-09-05
......\miracl.plg,3209,2011-09-05
......\mraes.c,42092,2004-12-23
......\mralloc.c,1023,2004-12-23
......\mrarth0.c,5519,2004-08-11
......\mrarth1.c,18574,2004-08-11
......\mrarth2.c,40726,2004-08-11
......\mrarth3.c,7649,2004-08-11
......\mrbits.c,4152,2007-06-12
......\mrbrick.c,3300,2004-08-11
......\mrcore.c,35064,2004-08-11
......\mrcrt.c,2836,2004-08-11
......\mrcurve.c,36172,2004-08-11
......\mrebrick.c,3712,2004-08-11
......\mrfast.c,37845,2004-08-11
......\mrgcd.c,3366,2004-08-11
......\mrio1.c,10655,2004-08-11
......\mrio2.c,4006,2004-08-11
......\mrjack.c,6019,2004-08-11
......\mrlucas.c,3618,2004-08-11
......\mrmonty.c,20605,2004-08-11
......\mrmuldv.c,1517,2004-08-11
......\mrpower.c,21136,2004-08-11
......\mrprime.c,8619,2004-08-11
......\mrrand.c,1564,2004-08-11
......\mrscrt.c,5075,2004-08-11
......\mrshs.c,3905,2004-08-11
......\mrshs256.c,4182,2004-08-11
......\mrsmall.c,4425,2004-08-11
......\mrstrong.c,4711,2004-08-11
......\mrxgcd.c,9907,2004-08-11

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

发表评论


0 个回复

  • aes-src-22-11-16
    一个用vc编写的aes算法实现,含有128,192,256三种钥匙长度的(a prepared using vc Orangk'aes algorithm, containing 128,192,256 length of the three key)
    2006-12-05 09:17:18下载
    积分:1
  • ElGamal
    ElGamal加密算法,经过测试可以编译运行(ElGamal Encryption )
    2014-01-16 10:11:56下载
    积分:1
  • Cryptography-and-Network-Security
    用C/C++实现加解密算法及其应用:DES(或AES)和基于DES(或AES)的CMAC。(With C/C++ achieve encryption and decryption algorithm and its application: DES (or AES) and based on DES (or AES) of CMAC.)
    2013-11-01 15:00:05下载
    积分:1
  • 39.3
    说明:  编制程序,将输入的一行字符以加密的形式输出,然后将其解密,解密的字符串序列与输入的正文相比较,吻合时输出解密的正文,否则解密失败。 加密时,将每个字符的ascii码依次反复加上“4962873”中的数字,并在32(‘’)~122(‘z’)之间作模运算。解密与加密的顺序相反。例如输入正文“the result of 3 and 2 is not 8” 结果为: (Programming, the input line character output in an encrypted form, and then decrypted, the decrypted text sequence of characters compared with the input, output to decrypt the body of the agreement, otherwise the decryption failed. Encryption, ascii code of each character in turn repeatedly with &quot 4962873&quot in the figures, and 32 (' ' )~ 122 (' z' ) as a model between the operations. Decryption and encryption in reverse order. For example, enter the text &quot the result of 3 and 2 is not 8&quot results:)
    2011-04-05 08:43:48下载
    积分:1
  • SEED
    Seed加密体制代码,韩国的分组密码加密体制。(Seed encryption system code block cipher encryption system in Korea.)
    2014-01-16 11:47:11下载
    积分:1
  • Hideseek_introduction
    Hideseek可将秘密文件隐写到指定图片中,并可检测隐写信息,本文是对该软件的使用说明。(hide &seek to run the file through individual test run normally. Hidden secret documents can be written to the specified picture, and can detect steganographic message.)
    2013-10-30 11:21:59下载
    积分:1
  • Openssl_File
    说明:  使用openssl实现了文件保险箱,在VC6环境下编译通过。(The use of a document openssl safe, in the circumstances VC6 compiled through.)
    2008-12-02 10:09:07下载
    积分:1
  • AES-encryption_decryption
    说明:  用于数字、密码等字符的加密和解密,用于数字、密码等字符的加密和解密,用于数字、密码等字符的加密和解密,用于数字、密码等字符的加密和解密(For numbers, passwords, encryption and decryption of characters for numbers, passwords, encryption and decryption of characters for numbers, passwords, encryption and decryption of characters for numbers, passwords, encryption and decryption of characters)
    2011-02-19 17:29:38下载
    积分:1
  • Crypt_Vmpc
    VMPC加密解密算法。已对x86优化,其他平台也可用。(VMPC encryption and decryption algorithms. Has been optimized for x86, other platforms are also available.)
    2013-07-15 18:51:17下载
    积分:1
  • hundunjiami
    说明:  一个关于加密音频,图像的VB程序,功能还算可以,希望可以帮到人!!(One on encryption of audio, images VB program, function OK, the desire to help people! !)
    2021-02-28 17:49:35下载
    积分:1
  • 696518资源总数
  • 104906会员总数
  • 16今日下载