搜索资源列表
solovay-strassen-primality-test
- solovay-strassen素性测试法的matlab实现,这也是密码学中的常见算法-solovay-strassen primality test of matlab implementation, which is common cryptography algorithms
PrimeGenAndTester
- Very large (tested for more than 2048 bits) prime number generator and tester program. This is well written and based on solid algorithms in this field. Source code is my own, used for Masters course in Cryptography. P
Miller-Rabin_primality_test_(Java)
- Miller Rabin:Just like the Fermat and Solovay–Strassen tests, the Miller–Rabin test relies on an equality or set of equalities that hold true for prime values, then checks whether or not they hold for a number that we wa
Solovay-Stassen
- 素性检验是密码学中不可缺少的一环,本程序高效实现了这种素性判断的方式-Primality test is an indispensable link in the security, this program implements wake SS test, the efficiency is very high