CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - Elliptic Curve

搜索资源列表

  1. libecc-0.11.0.tar

    0下载:
  2. 最新椭圆曲线算法,用C++写的,在Linux下解压出来。-latest elliptic curve algorithms, written in C, under Linux unpacked out.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1.43mb
    • 提供者:张羽
  1. Macro

    0下载:
  2. 椭圆曲线离散对数问题C源代码-elliptic curve discrete logarithm problem C source code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3.72kb
    • 提供者:陈晓思
  1. FitPlotEllipse

    0下载:
  2. matlab实现椭圆曲线拟合,两个函数,一个椭圆拟合,另一个是椭圆画图软件,请参考!-elliptic curve fitting matlab to achieve two functions, an oval fitting, the other is oval drawing software, please refer to!
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:5.32kb
    • 提供者:toy
  1. ECDLPsolver

    0下载:
  2. 椭圆曲线对数问题解决算法:采用Pohlig-Hellman 算法化简问题-Elliptic curve logarithm problem-solving algorithm: The Pohlig-Hellman algorithm simplification problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:3.57kb
    • 提供者:陈洁
  1. ecc

    0下载:
  2. points on elliptic curve, for ecc (elliptic curve cryptosystem)... point addition point multiplication-points on elliptic curve, for ecc (elliptic curve cryptosystem)... point addition point multiplication
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:5.65kb
    • 提供者:ravishankar
  1. ecadd

    0下载:
  2. point addition of elliptic curve over galois field
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:364.02kb
    • 提供者:ravishankar
  1. ecmul

    0下载:
  2. point multiplication of elliptic curve over galois field
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:364kb
    • 提供者:ravishankar
  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
    • 文件大小:12.08kb
    • 提供者:ttt
  1. ecc

    0下载:
  2. 椭圆曲线加密系统的介绍,以及各种加密算法的实现。-Introduction to elliptic curve encryption system, and various encryption algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-10
    • 文件大小:2.39mb
    • 提供者:周发旺
  1. eigen

    0下载:
  2. 此程序为用matlab编写的基于最小二乘法通过求解广义矩阵特征值及特征向量进行椭圆曲线拟合程序。 程序中x,y分别为采样点的横纵坐标。生成的结果矩阵为椭圆曲线aX^2+bXY+cY^2+dX+eY+f=0中的各项系数。-This program was written with matlab by solving the generalized least square method based on matrix values and eigen vectors of the ellipt
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:527byte
    • 提供者:kone_zhang
  1. src.tar

    0下载:
  2. Digital Signature Program with Elliptic curve, with this program you can sign the files with Elliptic curve algorithm. http://www.stokpro.com/ecdsp/doc_of_codes/
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-24
    • 文件大小:57.38kb
    • 提供者:Ali YAZICI
  1. ECC-Crypto-Wei-Dai

    0下载:
  2. ECC椭圆曲线算法 附有测试数据 Crypto库的开发者是Wei Dai-ECC Elliptic Curve algorithm source code. Crypto++ library was developed by Wei Dai
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:748.83kb
    • 提供者:Henry
  1. EECCl

    0下载:
  2. 椭圆曲线密码体制中的ECC校验验算法分析和程序实现可直接使用。 -The inspection algorithm analysis and procedures of the elliptic curve cryptosystem ECC can be used directly.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:254.69kb
    • 提供者:面积
  1. EECCCsourceccl

    0下载:
  2. 椭圆曲线加密算法源代码,用Vissual C++开发,非常好的东西 -Elliptic curve encryption algorithm source code, of use Vissual C++ development, a very good thing
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:100.49kb
    • 提供者:
  1. ecc

    0下载:
  2. 椭圆曲线加密算法,参数内置,需要手动修改。-Elliptic curve encryption algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:533.42kb
    • 提供者:慕骋
  1. project1

    0下载:
  2. 使用多个akka actor分布式计算完美平方数-An interesting problem in arithmetic with deep implications to elliptic curve theory is the problem of nding perfect squares that are sums of consecutive squares. use Scala and the actor model to build a good solution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.07kb
    • 提供者:应平
  1. ECC in C programming

    0下载:
  2. This Code is an example of Codes for Elliptic curve Cryptography using C programming hope you may enjoy it. Each code is kept in chapters and correctly programmed. all codes are tested and working
  3. 所属分类:matlab例程

  1. ECCP

    0下载:
  2. Matlab code for ECC Cryptography ! Hope you will enjoy it
  3. 所属分类:matlab例程

  1. ECC in VHDL implementation

    0下载:
  2. Elliptic Curve Cryptography thesis collection helpful for final papers
  3. 所属分类:matlab例程

  1. cut-cell-area-1

    0下载:
  2. 椭圆曲线与矩形网格相交围城的且个网格的各部分面积的程序-The area of elliptic curve and the cell.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:21.4kb
    • 提供者:
« 12 »
搜珍网 www.dssz.com