搜索资源列表
gmp-4.2.1.tar
- tpm-emultor软件使用前必备的库。
gmp-chudnovsky.tar
- 一个pi程序的源代码,此源代码编译需要gmp环境。 主要提供了pi代码的编程思路。 仅供大家学习。希望对玩算法的朋友有用。
gmp-4.2.2
- RSA 大整数运算源码,随机数产生,计算RSA等常用加解密算法
RSA
- 通过调用GMP,生成大素数,用来实现RSA-By calling the GMP, generating big primes, used to realize the RSA
mpfr-2.4.2.tar
- 一个多精度高效的浮点计算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
jj
- 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
gmp-5.0.0.tar
- gmp大数库,版本为gmp-5.0.0。-gmp large number library, version gmp-5.0.0.
sha_1
- SHA1 硬件实现算法,基于gmp的库,linux GCC 编译-sha1 agorithms for hardware implemetetion
fhe-code-lib
- 在做密码学研究中,常用到的几个大数库:gmp、mpfr、mpir、flint等都包含在压缩包内,另外附有一个关于全同态加密算法的C源代码,可以在unix下进行编译直接形成可执行文件,对刚接触全同态研究的同仁可以有比较直观的认识。另外还附有一个我个人在编译这个代码的时候,一些库安装的步骤、注意事项、文档详细介绍了整个编译成功所需要的步骤。只要认识字,就能安装步骤step-by-step的编译成功。-Doing cryptography research, commonly used to seve
gmp-5.1.2
- RSA加解密的大数运算库,用于通信及软件验证的加解密基础算法库。-Big number operation library, for RSA Encrypt.
GMP-library--for-VS2010
- 在VS2010条件下使用GMP库-简单实用-In VS2010 conditions using GMP library- simple and practical
RSA_GMP
- 用GMP写的RSA加密程序,用gcc编译通过-Written by GMP RSA encryption program, compile with gcc! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
int
- 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.
RSA
- RSA加密解密,采用gmp大数库,包括普通解密,蒙哥马利解密,模重复平方+中国剩余定理解密-RSA encryption and decryption, using large numbers gmp library, including common decryption, Montgomery decryption, repeat mode decryption square+ Chinese Remainder Theorem
encrypt
- 这是一个密码学的课程设计。里面包括SPN加密、线性密码分析、差分密码分析、改进的SPN、随机性检测、生成RSA算法的参数、实现RAS和文件加解密功能。使用的是gmp库。对于学习密码学很有参考价值。-It was a cryptography course design. Which includes SPN encryption, linear cryptanalysis, differential cryptanalysis, improved SPN, random testing, gen
52904-1326909-cryptosysteme-elgamal-librairie-gmp
- Cryptosystem ElGamal developed in C-Cryptosystem ElGamal developed in C++
rsa_encryption
- 通过rsa算法加密字符串,使用了gmp的库,代码将近200行(Through the RSA algorithm to encrypt the string, using the GMP library, the code is nearly 200 lines)