Welcome![Sign In][Sign Up]
Location:
Search - elliptic curve implementation .c

Search list

[Crack HackECC

Description: ECC(椭圆曲线密码)的标准C语言设计与实现-ECC (Elliptic Curve Cryptography) standard C language Design and Implementation
Platform: | Size: 183296 | Author: | Hits:

[Crack HackCECC

Description: C语言实现的椭圆曲线加密算法,十分强悍。真的很好用-C Language Implementation of elliptic curve encryption algorithm, is very tough. Really good use
Platform: | Size: 183296 | Author: Decell Hoo | Hits:

[Windows Developchenjay

Description: 用C++BUILDER实现椭圆曲线加密源代码-Using C BUILDER implementation of elliptic curve cryptography source code
Platform: | Size: 212992 | Author: jay | Hits:

[AlgorithmEllipticcurvepublickeysystem

Description: 计算机安全学中椭圆曲线公钥系统的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 x2=13 -Computer Security Studies in the elliptic curve public key system, c-source input and output: Please enter the elliptic curve equation y ^ 2 = x ^ 3+ cx+ d (mod p) in the c, d, p values: 8,10,23 elliptic curve equation y ^ 2 = x ^ 3+8 x+10 (mod23) Please enter the plaintext x by taking the x1, x2: 19,13 Please enter a choice of elliptic curve point a0 of the x, y: 7,8 Please enter a private key a = 17 select t = 3 encrypted result is (y0, y1, y2) = ((22,22), 20,18) implementation of the decryption: (c1, c2) = (18,12) x1 = 19 x2 = 13
Platform: | Size: 12288 | Author: ttt | Hits:

[Crack HackEC-Signature

Description: 基于miracl大数库的椭圆曲线EC的签名算法的c语言实现-Database based on large numbers miracl elliptic curve signature algorithm EC for c-language implementation
Platform: | Size: 382976 | Author: hbhb | Hits:

[Crack HackEC-Verify-Signature

Description: 基于miracl大数库的椭圆曲线EC的验证签名算法的c语言实现-Based on large numbers miracl library EC verification of an elliptic curve signature algorithm c-language implementation
Platform: | Size: 369664 | Author: hbhb | Hits:

[Crack HackECC

Description: 椭圆曲线加密算法完整版,用C++实现,包括密钥生成,加密解密文件,可完整运行~-The full version of elliptic curve encryption algorithm, with C++ implementation, including key generation, encryption and decryption of files, can complete run ~
Platform: | Size: 1396736 | Author: lixiang | Hits:

[GDI-BitmapECClib

Description: C++实现的椭圆曲线算法。已经写成一个库文件只要调用就行-C++ implementation of elliptic curve algorithm. Has written a library called on the line as long as
Platform: | Size: 102400 | Author: Henry | Hits:

[Crack Hackdfsd

Description: C语言,大素数域上的椭圆曲线加密解密算法 [ibe_dec.rar] - 椭圆曲线加密算法,解密一步的源代码,有详细注释 [DES.rar] - 各种加密算法的源代码,包括DES,RSA,DAS,RC4,RC5等 [mulf2m.rar] - 椭圆曲线加密算法中的乘法器的生成,主要功能是实现在素域上的多项式模P(大素数)乘的运算。 [AesCode.rar] - AES c++实现 有图形界面对话框 简单易用 [2745ecc.rar] - 椭圆曲线加密算法 [JXARM9-2410-1.rar] - 创维特arm9开发板使用详解,包含arm9交叉编译环境的搭建,bootloader的烧写,内核的下载,绝对的一本好资料! [ECDSA.rar] - 椭圆曲线数字签名算法的VC实现,包括大整数类的实现和ecc算法的实现。 [ApplicationofCryptography.rar] - 一本关于密码学应用的学习参考书,内有对称密钥加密、数字签名、认证、公钥加密、哈希算法等内容,内容全面。 [ecc加密算法入门介绍 .rar] - ecc加密算法入门介绍 文件列表(日期:2007050206)(点击判断是否您需要的文件,如果- C language, elliptic curve encryption and decryption algorithm [ ibe_dec.rar]- elliptic curve encryption algorithm, encryption step in the source code, there are detailed notes [ DES.rar]- encryption algorithm source code, including DES, RSA, DAS, RC4, RC5 etc. [ mulf2m.rar]- elliptic curve encryption algorithm to generate the multiplier, the main function is to achieve the prime field of polynomial modulo P ( large prime numbers) by the operator. [AesCode.rar]- AES c++ to achieve a simple and easy to use graphical interface dialog box [ 2745ecc.rar]- elliptic curve encryption algorithm [ JXARM9-2410-1.rar]- special Skyworth ARM9 development board detailed, including the ARM9 cross compiler environment to build, bootloader programmer, kernel download, is a good information! [ ECDSA.rar]- elliptic curve digital signature algorithm VC implementation, including the realization of an integer type and ECC algorithm. [ ApplicationofCryptography.rar]- on the applicat
Platform: | Size: 4096 | Author: clint | Hits:

[Crack HackECC

Description: 椭圆曲线加密,C实现,里面有详细的加解密流程的介绍-Elliptic Curve Cryptography, C implementation
Platform: | Size: 535552 | Author: 王博 | Hits:

[Crack Hackelliptic-curve-algorithm

Description: 椭圆曲线算法的原理与实现,使用C语言实现椭圆曲线算法来进行加密和解密-Principle and Implementation of elliptic curve algorithm using C language elliptic curve algorithm to encrypt and decrypt
Platform: | Size: 3281920 | Author: liuxinran | Hits:

[Otherecc

Description: 椭圆曲线算法的C程序实现,椭圆曲线加密算法,椭圆曲线C++(C program implementation of elliptic curve algorithm)
Platform: | Size: 387072 | Author: fcy | Hits:

CodeBus www.codebus.net