搜索资源列表
Rabin-Miller
- RSA的最重要特色在于双密钥,它们有特殊的数学形式。RSA的一对密钥有三个基本参数:模n ,公钥b和私钥a 。n和b是公开的,发送信息方用私钥n加密消息,接受方用公钥b能得到解密后的信息,从而确定发送信息方的身份,这就构成了签名机制。对方用公钥将要发送的信息加密,只有拥有私钥的一方才能将信息解密。-RSA is the most important feature of dual-key, they have a special mathematical form. RSA keys of a
MRDemo-exe
- a research for miller and rabin
RSAaRabin
- 其中包含介绍RSA和rabin的ppt文档。可用于学习此算法,尤其对于素数检测的学习与应用有帮助。-Which contains the descr iption of the RSA and rabin ppt documents. The algorithm can be used for learning, especially for prime testing and application of learning help.
andrew-tytula-2002.pdf
- Detailed information about Information Dispersal Algorithms based on Rabin s algorithms.
EfficientIDA_Rabin.pdf
- Rabin s paper in Information Dispersal Algorithms.
RabinKarp
- code extended algorithm rabin karp
Source-code
- Rabin Miller Program
222
- 随机选择一个12位的整数n,用Miller-Rabin素性检测算法,测试n是否为素数。-A 12 randomly selected integer n, with Miller-Rabin primality testing algorithm, test n is prime.
StringMatching
- String Matching Algorithms,Comparisons,Naive string matching algorithm,Rabin-Karp Algorithm, Knuth-Morris-Pratt Algorithm