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

搜索资源列表

  1. SUBSITE

    0下载:
  2. 是AES算法中求有限域乘法逆的可行实现程序,算法来源是Joan Daemen,Vincent Rijmen编写的《Rijdael的设计》一书
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1243
    • 提供者:飒然
  1. AES

    0下载:
  2. AES-rijndael 算法的详细资料, 包括 AES加密算法中的SBox及其C语言实现.pdf FIPS197(chs).pdf FIPS197.pdf nist.url Rijndael.pdf rijndael算法流程.swf Rijndael算法深入的研究.doc Rijndael算法优化技术研究.doc 公钥密码体制与有限域(2).pdf 一种基于伽罗瓦域的密码系统.pdf
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1982442
    • 提供者:张鲁夺
  1. DSA

    0下载:
  2. Digital Signature Algorithm (DSA)是Schnorr和ElGamal签名算法的变种,被美国NIST作为DSS(DigitalSignature Standard)。算法中应用了下述参数: p:L bits长的素数。L是64的倍数,范围是512到1024; q:p - 1的160bits的素因子; g:g = h^((p-1)/q) mod p,h满足h < p - 1, h^((p-1)/q) mod p > 1; x:x
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:136954
    • 提供者:wildkaede
  1. ecp

    0下载:
  2. 椭圆曲线公钥密码算法,可用于加密和数字签名等应用,该版本算法是有限域GF(p)上的算法
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5323
    • 提供者:che wang
  1. ec2n

    1下载:
  2. 椭圆曲线公钥密码算法,可用于加密和数字签名等应用,该版本算法是有限域GF(2^n)上的算法
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3800
    • 提供者:che wang
  1. fwt2d.v4.7

    2下载:
  2. 波场正反演代码,包括频率域有限差分和基于局部优化方法的反演,并且利用MPI平台并行计算-Wave field modeling and inversion code, including the frequency domain finite difference methods of inversion based on local optimization and parallel computing using the MPI platform
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-02-17
    • 文件大小:16062026
    • 提供者:hanmiao
  1. elgamal

    0下载:
  2. ElGamal算法既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。 -ElGamal algorithm is used for both data encryption can also be used for digital signatures, their safety depends on the calculation of the discrete logarithm over finite fields this problem.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:93237
    • 提供者:steve
  1. 07

    0下载:
  2. des加密 ElGamal算法既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。   密钥对产生办法。首先选择一个素数p,两个随机数, g 和x,g, x <p, 计算 y = g^x ( mod p ),则其公钥为 y, g 和p。私钥是x。g和p可由一组用户共享。 -des cipher
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-14
    • 文件大小:3319493
    • 提供者:rock
  1. radarFDTDGUI

    0下载:
  2. 时域有限差分法求解麦克斯韦方程,选择边界吸收条件和理想匹配层法-Time-domain finite difference method for solving Maxwell' s equations
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:94943
    • 提供者:黄超
  1. rtl

    1下载:
  2. 基于脉动结构的有限域乘法器,verilog代码-Based on the pulse of the structure of finite field multipliers, verilog code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:41366
    • 提供者:jh
  1. 200601220942288253

    0下载:
  2. ElGamal算法既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。   密钥对产生办法。首先选择一个素数p,两个随机数, g 和x,g, x < p, 计算 y = g^x ( mod p ),则其公钥为 y, g 和p。私钥是x。g和p可由一组用户共享。   ElGamal用于数字签名。被签信息为M,首先选择一个随机数k, k与 p - 1互质,计算 -首先选择一个随机数k, k与 p- 1互质,计算   a = g^k ( mod p )
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2521051
    • 提供者:崔光涛
  1. inverse

    0下载:
  2. 有限域上逆运算是密码学中常用的运算。本程序提供有效、快速的有限域上逆运算程序解决求逆问题。-The inversion operation of a finite field is commonly used in cryptography operations. The program provides effective, fast algorithm and program for computing the inverse problem in the finite field.
  3. 所属分类:CA program

    • 发布日期:2017-04-03
    • 文件大小:791
    • 提供者:YCLIU
  1. test_primitive

    0下载:
  2. 原根是数论的理论和应用中一个很重要的概念。本程序给出计算有限域上原根的模块代码-Primitive root number theory is the theory and application of a very important concept. This procedure gives the code of calculation of the root of the finite field .
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:876
    • 提供者:YCLIU
  1. finite-field

    0下载:
  2. 有限域英文版 有限域是研究现代密码学网络安全的基础课程,有很重要的应用-finite field
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-19
    • 文件大小:29479580
    • 提供者:sky
  1. dsa

    0下载:
  2. DSA是基于整数有限域离散对数难题的,其安全性与RSA相比差不多。DSA的一个重要特点是两个素数公开,这样,当使用别人的p和q时,即使不知道私钥,你也能确认它们是否是随机产生的,还是作了手脚。RSA算法却作不到。-DSA is based on the integer finite field discrete logarithm problem, almost its safety compared with RSA. DSA is an important characteristic of
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:15124
    • 提供者:李小龙
  1. elgamal

    0下载:
  2. ElGamal算法,是一种较为常见的加密算法,它是基于1984年提出的公钥密码体制和椭圆曲线加密体系。既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。在加密过程中,生成的密文长度是明文的两倍,且每次加密后都会在密文中生成一个随机数K。-The ElGamal algorithm is a more common encryption algorithm, which is based on the 1984 public key cryptosystem and e
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:1876
    • 提供者:李小龙
  1. ECC

    0下载:
  2. 对椭圆曲线来说最流行的有限域是以素数为模的整数域(参见 模运算),或是特征为2的伽罗瓦域GF(2m)。后者在专门的硬件实现上计算更为有效,而前者通常在通用处理器上更为有效。专利的问题也是相关的。一些其他素数的伽罗瓦域的大小和能力也已经提出了,但被密码专家认为有一点问题。 给定一条椭圆曲线E以及一个域,我们考虑具有形式有理数点的阿贝尔群,其中x和y都在中并且定义在这条曲线上的群运算"+"(运算"+"在文章椭圆曲线中描述)。我们然后定义第二个运算"*" | Z×:如果P是上的某个点,那么
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:
    • 文件大小:9976
    • 提供者:zhangyi
  1. EllipticCurve

    0下载:
  2. 构造椭圆曲线类,并找出椭圆曲线在有限域上所有的点-Elliptic curve class structure, and find out all the points on the elliptic curve on finite field
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1584750
    • 提供者:孙承君
  1. Untitled2

    0下载:
  2. 解决三维时域有限差分法的matlab代码,有动画效果,可以清晰的观察到波动情况-To solve the three dimensional finite difference time domain method of matlab code, and animation effects, can be clearly observed volatility
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:855
    • 提供者:王志杰
  1. WinNTL-10_5_0

    0下载:
  2. NTL是一种高性能、便携的C++库操纵签署提供的数据结构和算法,任意长度的整数,和向量,矩阵,在整数和有限域上的多项式。(NTL is a high-performance, portable C++ library providing data structures and algorithms for manipulating signed, arbitrary length integers, and for vectors, matrices, and polynomials over
  3. 所属分类:加密解密

    • 发布日期:2018-04-22
    • 文件大小:1193984
    • 提供者:Henry_Xu
« 12 »
搜珍网 www.dssz.com