CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - gcd program

搜索资源列表

  1. BigInteger_src

    0下载:
  2. C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods: abs() , FermatLittleTest(int confidence) ,gcd(BigInteger bi) , genCoPrime(int bits, Random rand) , genPseudoPrime(int bits, int confidence, Random ran
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:35.04kb
    • 提供者:jason..
  1. least_common.tar

    0下载:
  2. a linux program that enables to find the least common multiple of two integers. by means of this lcm, you can easiky find the gcd.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-08
    • 文件大小:1.48mb
    • 提供者:perelka
  1. mimaxue

    0下载:
  2. 内含背包程序,RSA程序,中国剩余定理程序和GCD程序的源代码-Includes backpack program, RSA program, Chinese remainder theorem programs and GCD program' s source code
  3. 所属分类:CA program

    • 发布日期:2017-03-31
    • 文件大小:2.1kb
    • 提供者:jack
  1. gcd

    0下载:
  2. The greatest common divisor of integers x and y is the largest integer that evenly divides both x and y. Write a recursive function gcd that returns the greatest common divisor of x and y, define recursively as follows. It y is equal to 0, then gcd(x
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:495.03kb
    • 提供者:Jack
  1. rsa

    0下载:
  2. 1.问题描述 RSA密码系统可具体描述为:取两个大素数p和q,令n=pq,N=(p-1)(q-1),随机选择整数d,满足gcd(d,N)=1,ed=1 modN。 公开密钥:k1=(n,e) 私有密钥:k2=(p,q,d) 加密算法:对于待加密消息m,其对应的密文为c=E(m)=me(modn) 解密算法:D(c)=cd(modn) 2.基本要求 p,q,d,e参数选取合理,程序要求界面友好,自动化程度高。 4. 实现提示 要实现一个真实的RSA密码系统,主要考虑对大整数的处理。P
  3. 所属分类:加密解密

    • 发布日期:2018-04-29
    • 文件大小:1.06mb
    • 提供者:Appoint
搜珍网 www.dssz.com