搜索资源列表
ecc
- 椭圆曲线密码系统教程和相关源代码,是非常难得的学术资料
chengxu
- 用vc++求解五阶矩阵的算法代码,可以用于图像处理的最小二乘法椭圆拟合曲线
ECDLPsolver
- 椭圆曲线对数问题解决算法:采用Pohlig-Hellman 算法化简问题-Elliptic curve logarithm problem-solving algorithm: The Pohlig-Hellman algorithm simplification problem
Ellipticcurvepublickeysystem
- 计算机安全学中椭圆曲线公钥系统的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
ecc
- 椭圆曲线加密系统的介绍,以及各种加密算法的实现。-Introduction to elliptic curve encryption system, and various encryption algorithm.
EECCl
- 椭圆曲线密码体制中的ECC校验验算法分析和程序实现可直接使用。 -The inspection algorithm analysis and procedures of the elliptic curve cryptosystem ECC can be used directly.
EECCCsourceccl
- 椭圆曲线加密算法源代码,用Vissual C++开发,非常好的东西 -Elliptic curve encryption algorithm source code, of use Vissual C++ development, a very good thing
ecc
- 椭圆曲线加密算法,参数内置,需要手动修改。-Elliptic curve encryption algorithm
quxiannihe
- 曲线拟合,包括直线、平面、椭圆,还有最小二乘法曲线拟合-Curve fitting, line, plane, oval, as well as the method of least squares curve fitting
cut-cell-area-1
- 椭圆曲线与矩形网格相交围城的且个网格的各部分面积的程序-The area of elliptic curve and the cell.
基于miracl库的rate实现
- 基于miracl库实现椭圆曲线算法的优化方法(constructing Tower exensions of finite fields for implementation of pairing Based cryptographyt)