CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 椭圆曲线

搜索资源列表

  1. ibe具有认证功能算法

    3下载:
  2. 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,
  3. 所属分类:密码/编码算法

  1. 数据加密与数字签名系统.rar

    1下载:
  2. RSA数据加密代码,用C编写,已压缩成RAR格式,RSA data encryption code, prepared by C, has been compressed into RAR format
  3. 所属分类:加密解密

    • 发布日期:2012-11-07
    • 文件大小:186687
    • 提供者:maoxin
  1. ECDSA.rar

    0下载:
  2. 基于vc++编写的椭圆曲线加密软件,可以实现认证和签名,Vc++ to prepare based on Elliptic Curve encryption software, you can achieve certification and Signature
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:447359
    • 提供者:管子
  1. mul

    0下载:
  2. 汇编语言计算ECC-192域的椭圆曲线的点乘运算 采用代码完全拆分的乘法及平方,宽度为5的窗口NAF,混合坐标点加。速度很快-Assembly language computing ECC-192 field s elliptic curve point multiplication using code-splitting multiplication and square, 5-NAF, mixed coordinates adding. Fast
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:4493
    • 提供者:cosimo
  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
    • 文件大小:5449
    • 提供者:toy
  1. sm2java

    2下载:
  2. 椭圆曲线加密算法的java语言的实现,适合密码学初学者-Java elliptic curve encryption algorithm implementation language, suitable for beginners cryptography
  3. 所属分类:汇编语言

    • 发布日期:2012-12-25
    • 文件大小:6955
    • 提供者:余望星
  1. ECC

    0下载:
  2. 椭圆曲线加密算法。包含加密、解密、测试文件-Elliptic curve encryption algorithm. Contains encryption, decryption, and test files
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:579320
    • 提供者:付璠
  1. MP_2ECC

    0下载:
  2. 利用大数运算库LibTomMath,进行ECC(椭圆曲线)加密算法。能运行-Using large number arithmetic library LibTomMath the ECC (elliptic curve) encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:387550
    • 提供者:llovesong
  1. ComputerGraphics

    0下载:
  2. 是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,bresenham算法,中点算法,绘制圆和椭圆的中点算法,扫描线种子填充算法。N次贝塞尔曲线的绘制以及对他的平移旋转和缩放变换。还有颜色对话框的调用等等,操作方法在帮助里也写明了。另外,还附有一个编写说明书,适合初学者一步步的自己编写出程序来。-Is my great work in computer graphics, including the algorithm are: line drawing of the DDA
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-19
    • 文件大小:5458547
    • 提供者:隗平
  1. ecc_nomal

    0下载:
  2. 描述ECC(椭圆曲线密码学)的一些功能。在VC企业版开发环境下。-Descr iption of ECC (Elliptic Curve Cryptography) some of the features. In the VC Enterprise Edition development environment.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-06
    • 文件大小:5490
    • 提供者:fujianxin
  1. SM2

    0下载:
  2. SM2算法,国家密码管理局公布的商用密码算法,关于椭圆曲线加密及签名的文档。-SM2 algorithm, published by the State Administration password commercial cryptographic algorithms, elliptic curve cryptography and signature on the document.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:858000
    • 提供者:保密
  1. ECC

    1下载:
  2. 单片机上实现的椭圆曲线算法ECC算法的C源码,有很好的参考价值-。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2012-12-21
    • 文件大小:10481
    • 提供者:mcszzz
  1. Graphics

    0下载:
  2. 一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-31
    • 文件大小:153314
    • 提供者:ling
  1. DPVal

    0下载:
  2. 用来验证椭圆曲线的Parameters 是否正确-Elliptic curve used to verify the correctness of the Parameters
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:5784
    • 提供者:leslie
  1. draw

    0下载:
  2. 本程序基于MFC制作,从而实现了手工画直线,画圆,画椭圆,画曲线等功能-This procedure produced based on the MFC in order to achieve the hand-painting a straight line, circle, oval painting, drawing curves and other functions
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:68035
    • 提供者:xuzhen
  1. DrawSystem

    0下载:
  2. 本程序可绘制圆 椭圆 直线 贝塞尔曲线,完全按照课本中的算法所写-This procedure can be drawn round Bessel linear elliptic curve, in full accordance with the textbooks written by the algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-29
    • 文件大小:66940
    • 提供者:我爱玲
  1. ecc_decrypt_key

    0下载:
  2. 椭圆曲线解密算法的实现,包括密钥长度的设定等等。-Elliptic curve algorithm decryption, including key length settings and so on.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:1926
    • 提供者:傅建新
  1. ProvaForm

    0下载:
  2. C# 画线画圆 利用GDI来进行 划线 画曲线 画 椭圆 -C# Painting lines drawcircle use GDI to draw elliptical curves crossed painting
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:33898
    • 提供者:houbin
  1. ECDLPsolver

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

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

    0下载:
  2. 椭圆曲线代码,来自CSDN。有main函数,可以在VC下运行-ECDSA。
  3. 所属分类:Crypt_Decrypt algrithms

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