Jump to content

Elliptic Curve Digital Signature Algorithm: Difference between revisions

no edit summary
(Tidying up and added output examples)
No edit summary
Line 285:
printf (" (mod %lld)\n", e.N);
pprint ("base point G", e.G);
printf ("order(G, NE) = %lld\n", e.r);
 
return 1;
Line 453:
E: y^2 = x^3 + 355x + 671 (mod 1073741789)
base point G (13693, 10088)
order(G, NE) = 1073807281
 
key generation
Line 650:
print " (mod ";str(e.N);")"
pprint ("base point G", e.G)
print "order(G, NE) ="; e.r
 
ellinit = -1
Line 818:
E: y^2 = x^3 + 355x + 671 (mod 1073741789)
base point G (13693, 10088)
order(G, NE) = 1073807281
 
key generation
Cookies help us deliver our services. By using our services, you agree to our use of cookies.