搜索资源列表
bigint_zxf
- 一个很好用的大整数的类, 最大可支持9999990位的十进制整数, 可进行大整数的加、减、乘、除和取模运算,并带有求大整数的 最大公因数、扩展Euclidean算法、中国剩余定理算法、 Miller-Rabin素性测试算法、随机生成任意位的大整数等函数库, 这个类的动态库曾用于商业软件之中,其可靠性和速度是得到 确认的。用于商业目的可能需要注册。-a good use of the integer type, the biggest 9999990 to support th
RSAVC
- RSA算法的VC实现,其中包括超长整数类,素数检验算法,大素数生成器和一般的数论算法,例如中国剩余定理解密RSA密文-RSA algorithm VC, including long integer type, in a few test algorithm, large prime number generator and the general theory of numbers algorithm, for example, Chinese Remainder Theorem RSA de
mimaxue
- 内含背包程序,RSA程序,中国剩余定理程序和GCD程序的源代码-Includes backpack program, RSA program, Chinese remainder theorem programs and GCD program' s source code
RPrime
- RPrime rsa is an rsa variant that uses chinese remainder theorem in its decryption with the beauty of multiprime rsa.
otsu
- Chinese remainder theorem
RSAMultiPrimePrivateCrtKeySpec
- The key specification of a RSA multi-prime private key with the Chinese Remainder Theorem (CRT) information values used.
RSAPrivateCrtKeySpec
- The key specification of a RSA private key using Chinese Remainder Theorem (CRT) values.
RSAMultiPrimePrivateCrtKeySpec
- The key specification of a RSA multi-prime private key with the Chinese Remainder Theorem (CRT) information values used.
RSA
- RSA加密解密,采用gmp大数库,包括普通解密,蒙哥马利解密,模重复平方+中国剩余定理解密-RSA encryption and decryption, using large numbers gmp library, including common decryption, Montgomery decryption, repeat mode decryption square+ Chinese Remainder Theorem