CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - GMP

搜索资源列表

  1. gmp-4.2.1.tar

    0下载:
  2. tpm-emultor软件使用前必备的库。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.15mb
    • 提供者:毛军捷
  1. gmp-chudnovsky.tar

    0下载:
  2. 一个pi程序的源代码,此源代码编译需要gmp环境。 主要提供了pi代码的编程思路。 仅供大家学习。希望对玩算法的朋友有用。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4.82kb
    • 提供者:何家胜
  1. gmp-4.2.2

    0下载:
  2. RSA 大整数运算源码,随机数产生,计算RSA等常用加解密算法
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2.83mb
    • 提供者:king
  1. RSA

    1下载:
  2. 通过调用GMP,生成大素数,用来实现RSA-By calling the GMP, generating big primes, used to realize the RSA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-06-20
    • 文件大小:492kb
    • 提供者:李衣
  1. mpfr-2.4.2.tar

    0下载:
  2. 一个多精度高效的浮点计算C语言库 , 基于GMP .-The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. MPFR has continuously been supported by the INRIA and the current main authors come from the CACAO and Arénaire proje
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1.35mb
    • 提供者:gbios
  1. jj

    0下载:
  2. CORNACCHIA Algorithm * * GOAL: given d and p prime, find (x,y) such that x^2 + y^2 = d * p * * in this implementation, d = 1. This code does not accept d <> 1 !!! * see "A Course in Computational Algebraic Number Theory" by Henri
  3. 所属分类:CA program

    • 发布日期:2017-03-28
    • 文件大小:2.1kb
    • 提供者:silkan
  1. gmp-5.0.0.tar

    0下载:
  2. gmp大数库,版本为gmp-5.0.0。-gmp large number library, version gmp-5.0.0.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:2.48mb
    • 提供者:
  1. sha_1

    0下载:
  2. SHA1 硬件实现算法,基于gmp的库,linux GCC 编译-sha1 agorithms for hardware implemetetion
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:197.37kb
    • 提供者:alvin
  1. fhe-code-lib

    0下载:
  2. 在做密码学研究中,常用到的几个大数库:gmp、mpfr、mpir、flint等都包含在压缩包内,另外附有一个关于全同态加密算法的C源代码,可以在unix下进行编译直接形成可执行文件,对刚接触全同态研究的同仁可以有比较直观的认识。另外还附有一个我个人在编译这个代码的时候,一些库安装的步骤、注意事项、文档详细介绍了整个编译成功所需要的步骤。只要认识字,就能安装步骤step-by-step的编译成功。-Doing cryptography research, commonly used to seve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2014-05-08
    • 文件大小:22.7mb
    • 提供者:
  1. gmp-5.1.2

    0下载:
  2. RSA加解密的大数运算库,用于通信及软件验证的加解密基础算法库。-Big number operation library, for RSA Encrypt.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-07
    • 文件大小:3.79mb
    • 提供者:朱亮
  1. GMP-library--for-VS2010

    0下载:
  2. 在VS2010条件下使用GMP库-简单实用-In VS2010 conditions using GMP library- simple and practical
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:342.16kb
    • 提供者:belle
  1. RSA_GMP

    0下载:
  2. 用GMP写的RSA加密程序,用gcc编译通过-Written by GMP RSA encryption program, compile with gcc! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
  3. 所属分类:CA program

    • 发布日期:2017-04-13
    • 文件大小:1.63kb
    • 提供者:徐某某
  1. int

    0下载:
  2. isl_int is the basic integer type. It currently always corresponds to a gmp mpz_t, but in the future, different types such as long long or cln::cl_I will be supported.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1.44kb
    • 提供者:hncgring
  1. RSA

    0下载:
  2. RSA加密解密,采用gmp大数库,包括普通解密,蒙哥马利解密,模重复平方+中国剩余定理解密-RSA encryption and decryption, using large numbers gmp library, including common decryption, Montgomery decryption, repeat mode decryption square+ Chinese Remainder Theorem
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-03
    • 文件大小:971.4kb
    • 提供者:
  1. encrypt

    1下载:
  2. 这是一个密码学的课程设计。里面包括SPN加密、线性密码分析、差分密码分析、改进的SPN、随机性检测、生成RSA算法的参数、实现RAS和文件加解密功能。使用的是gmp库。对于学习密码学很有参考价值。-It was a cryptography course design. Which includes SPN encryption, linear cryptanalysis, differential cryptanalysis, improved SPN, random testing, gen
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-09-09
    • 文件大小:35.16mb
    • 提供者:王欣
  1. 52904-1326909-cryptosysteme-elgamal-librairie-gmp

    0下载:
  2. Cryptosystem ElGamal developed in C-Cryptosystem ElGamal developed in C++
  3. 所属分类:CA program

    • 发布日期:2017-05-04
    • 文件大小:128.68kb
    • 提供者:diego
  1. rsa_encryption

    0下载:
  2. 通过rsa算法加密字符串,使用了gmp的库,代码将近200行(Through the RSA algorithm to encrypt the string, using the GMP library, the code is nearly 200 lines)
  3. 所属分类:加密解密

    • 发布日期:2017-12-24
    • 文件大小:3kb
    • 提供者:handsomechar
搜珍网 www.dssz.com