CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Elliptic Curve

搜索资源列表

  1. ecctest6

    0下载:
  2. this an elliptic curve cryptography program.it is downloaded from code project . it contains lot of codes in different language-this is an elliptic curve cryptography program.it is downloaded from code project . it contains lot of codes in different
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:5497
    • 提供者:johny
  1. ecctest3

    0下载:
  2. this elliptic curve code which is written in c++.they are 1-7 packages are available in ECC.i will upload u all. it is ECC test3.zip-this is elliptic curve code which is written in c++.they are 1-7 packages are available in ECC.i will upload u all. i
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:4643
    • 提供者:johny
  1. ecctest4

    0下载:
  2. http://tecknolojia.blogspot.com/2008/01/elliptic-curve-cryptography-is-not-your.html where u can get info about elliptic curve cryptography suggestions
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:4958
    • 提供者:johny
  1. ecctest5

    0下载:
  2. http://tecknolojia.blogspot.com/2008/01/elliptic-curve-cryptography-is-not-your.html ECC suggestions
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:5127
    • 提供者:johny
  1. ecctest1to7

    0下载:
  2. http://tecknolojia.blogspot.com/2008/01/elliptic-curve-cryptography-is-not-your.html whole package ECC suggestions are available here. join this-http://tecknolojia.blogspot.com/2008/01/elliptic-curve-cryptography-is-not-your.html whole package E
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:34360
    • 提供者:johny
  1. 111

    0下载:
  2. 椭圆曲线数字签名算法论文,非常好的借鉴意义-Elliptic Curve Digital Signature Algorithm paper, a very good reference
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:27626
    • 提供者:李泽
  1. ECDSA_Verilog

    1下载:
  2. 椭圆曲线加解密算法的verilog实现,帮助初学者有效理解ECC算法。-Elliptic curve encryption and decryption algorithm verilog implementation, to help beginners understand the ECC algorithm is effective.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:3389
    • 提供者:张勇奇
  1. libecc-0.12.1.tar

    0下载:
  2. elliptic curve cryptography library for c-elliptic curve cryptography library for c++
  3. 所属分类:CA program

    • 发布日期:2017-05-10
    • 文件大小:2098254
    • 提供者:noifender
  1. ECC

    0下载:
  2. 北邮关于椭圆曲线快速生成 算法的研究成果 -Beijing University of Posts and Telecommunications on the elliptic curve quickly generate Beijing University of Posts and Telecommunications on the elliptic curve algorithm for fast generation of research findings algorithms
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:54819
    • 提供者:lei
  1. elliptic_crypto

    0下载:
  2. This book is intended as a guide for security professionals, developers, and those interested in learning how elliptic curve cryptography can be deployed to secure applications.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-12
    • 文件大小:2564340
    • 提供者:xadas
  1. Signature

    0下载:
  2. 椭圆曲线数字签名方案的研究与改进,大学教育网的研究成果,得来不易-Elliptic Curve Digital Signature Scheme Research and Improvement
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:301388
    • 提供者:沈凡
  1. ecc

    0下载:
  2. 本程序为程序员在做椭圆曲线加密和解密过程中可能需要的c和C++代码,以供参考,谢谢!-This procedure for the programmer doing elliptic curve encryption and decryption process may be required c and C++ code, for reference, thank you!
  3. 所属分类:CA program

    • 发布日期:2017-04-03
    • 文件大小:785598
    • 提供者:lxc
  1. X9.62-1998ECDSA

    0下载:
  2. 在研究椭圆曲线密码体制时,人们常常会同时使用椭圆曲线数字签名算法,因此该协议标准有参考价值-In the study of elliptic curve cryptosystem, people often use both elliptic curve digital signature algorithm, so the protocol standard reference value to
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:668247
    • 提供者:lxc
  1. Ibe_ext

    0下载:
  2. IBE基于身份的加密系统的身份提取程序,使用VC6.0开发,即把身份转换成椭圆曲线上的点-IBE identity-based encryption system of the identity of extraction procedures, using VC6.0 development, namely, the identity into a point on the elliptic curve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1472759
    • 提供者:guoshaolong
  1. Ellipticcurvepublickeysystem

    0下载:
  2. 计算机安全学中椭圆曲线公钥系统的c源码 输入与输出: 请输入椭圆曲线方程y^2=x^3+cx+d(mod p)中c,d,p的值:8,10,23 椭圆曲线方程为y^2=x^3+8x+10(mod23) 请输入所取明文x的x1,x2:19,13 请输入选择的椭圆曲线上的点a0的x,y:7,8 请输入私钥a=17 选取t=3 加密的结果是(y0,y1,y2) = ((22,22),20,18) 实施解密: (c1,c2)=(18,12) x1=19
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:12374
    • 提供者:ttt
  1. java4cpp-0.4-src.tar

    0下载:
  2. ECDSA ,ECIES,Elliptic Curve Diffie-Hellman Key Agreement Scheme
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-03-29
    • 文件大小:31729
    • 提供者:eduardovg88
  1. curve25519-20050915.tar

    1下载:
  2. Elliptic Curve Diffie-Hellman Key Agreement Scheme
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:13068
    • 提供者:eduardovg88
  1. CryptoSystem

    0下载:
  2. Elliptic curve cryptography system implemented in java
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:607
    • 提供者:vikhyath_4u
  1. ECKey

    0下载:
  2. Elliptic curve cryptosystem key generation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:881
    • 提供者:vikhyath_4u
  1. Run

    0下载:
  2. running the elliptic curve cryptosystem in java
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:670
    • 提供者:vikhyath_4u
« 1 2 3 4 5 67 8 9 10 11 ... 15 »
搜珍网 www.dssz.com