搜索资源列表
gmp-4.2.2
- RSA 大整数运算源码,随机数产生,计算RSA等常用加解密算法
RSA
- 通过调用GMP,生成大素数,用来实现RSA-By calling the GMP, generating big primes, used to realize the RSA
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
- 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
rsa_encryption
- 通过rsa算法加密字符串,使用了gmp的库,代码将近200行(Through the RSA algorithm to encrypt the string, using the GMP library, the code is nearly 200 lines)