搜索资源列表
libecc-0.11.0.tar
- 最新椭圆曲线算法,用C++写的,在Linux下解压出来。-latest elliptic curve algorithms, written in C, under Linux unpacked out.
Macro
- 椭圆曲线离散对数问题C源代码-elliptic curve discrete logarithm problem C source code
ecc
- 椭圆曲线密码系统教程和相关源代码,是非常难得的学术资料
GuidetoEllipticCurveCryptography
- 密码学中椭圆曲线的介绍和开发。本文详细介绍了该算法的原理、方法和标准。
addell
- matlab实现的椭圆曲线点加函数
ibe具有认证功能算法
- 1 Boneh-Franlin的IBE算法主要由四个子算法组成:Setup,Extract,Encrypt和Decrypt,分别完成系统参数建立、密钥提取、加密和解密的功能。假定消息的明文空间为 ,密文空间 。 (1)、建立: 给定一个安全参数 k蝂+ Step 1: 执行G生成一个素数q, 两个q阶群G1, G2 , 和一个可用的双线性映射 ê: G1碐1瓽2。 此外选取G1 任一生成元 P蜧1,再选取两个HASH函数 H3:{ 0, 1}n×{0, 1}n。 -?, H4:。 :{ 0,
椭圆曲线加密算法TC实现
- 椭圆曲线加密在TC上的实现
FitPlotEllipse
- matlab实现椭圆曲线拟合,两个函数,一个椭圆拟合,另一个是椭圆画图软件,请参考!-elliptic curve fitting matlab to achieve two functions, an oval fitting, the other is oval drawing software, please refer to!
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.
eigen
- 此程序为用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
filter
- 绘制四种常用低通模拟滤波器(贝赛尔滤波器,巴特沃斯滤波器,切比雪夫滤波器及椭圆滤波器)幅频特性曲线-Draw four commonly used low-pass analog filter (Bessel filter, Butterworth filter, Chebyshev filter and elliptic filter) amplitude-frequency characteristic curve
11
- 编程序调用MATLAB滤波器设计函数ellipord和ellip分别设计这三个椭圆滤波器,并绘图显示其损耗函数曲线。
ECC-Crypto-Wei-Dai
- ECC椭圆曲线算法 附有测试数据 Crypto库的开发者是Wei Dai-ECC Elliptic Curve algorithm source code. Crypto++ library was developed by Wei Dai
Threshold-secret-sharing
- 利用椭圆曲线离散对数问题的难解性, 给出了一个基于拉格朗日插值的( t, n) 门限秘密共享 方案-By mean s of the in t ractab ility of Ellip se Cu rve D iscrete Logarithm P rob2 lem (ECDL P) , a ( t, n) secret sharing th resho ld scheme based on L agrange in sert value is p resen ted.
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
基于miracl库的rate实现
- 基于miracl库实现椭圆曲线算法的优化方法(constructing Tower exensions of finite fields for implementation of pairing Based cryptographyt)
error_ellipse
- 误差椭圆,计算椭圆误差,画出对应的椭圆曲线,根据特征值特征向量计算得到的(Error ellipse, calculate ellipse error, draw corresponding ellipse curve, calculate according to eigenvalue eigenvector)