文件名称: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
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
(系统自动生成,下载前可以参看下载内容)
下载文件列表
椭圆曲线.docx