搜索资源列表
shanks
- 求离散对数的shanks算法,要求如下: 实现计算 Zp 中计算离散对数的 Shanks 算法,基本要求如下: 1)p 是一个小素数( 小于 32 bit ),a 是一个本原元。程序的输入为(p, a, b), 输出为 logab ( mod p) (可以用 log3525 (mod 809)等作为测试); 2)采用快速模指数算法求幂(如am),采用扩展欧几里得算法求逆( 如a-i (mod p) ); 3)采用一种好的排序算法对 L1、L2 排序; 4)采用概率算
RSA-by-DSP
- RSA算法的实现 通过DSP快速实现.快速模幂运算 DSP 密钥拆分 RSA 算法-A Fast Implementation of RSA Algorithm by DSP
kuaisumi
- 快速幂的简单明了实现来的。对acmer的初学者来说,可以参考一下,比较简单,只是简单的快速幂,但是只要加工一下就可以实现矩阵快速幂了-Fast power of simple realization come. On acmer beginners, you can refer to, is relatively simple, just a simple quick power, but what can be achieved as long as processing power of a
rsa
- RSA编码实现,创建公钥和私钥,并判定生成的是否是素数,生成界面和菜单便于用户选择,用扩展欧几里得短发求乘法逆元,快速模幂算法,-RSA Coding, create public and private keys, and determine whether the resulting number is a prime generate user-friendly interface and menu choices, with short hair extensions Euclid se
BigInt
- 实现大数运算,可以运用到RSA密码编程中的幂乘的快速实现以及素数的生成等运算中-Realization of large numbers arithmetic, you can use to quickly implement RSA cryptography programming exponentiation and primes in arithmetic generation