cr.yp.to update
[email protected] 19 Sep 2005 19:14:43 -0000
| Newsgroups | gmane.comp.djb.announce |
|---|---|
| Message-ID | <[email protected]> |
ecdh.html | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletion(-)
New: ecdh/reports.html
diff -ru .old-crypto/ecdh.html cr.yp.to/ecdh.html
--- .old-crypto/ecdh.html 2005-09-16 02:50:44.000000000 -0400
+++ cr.yp.to/ecdh.html 2005-09-19 10:37:20.000000000 -0400
@@ -5,6 +5,11 @@
<a href="djb.html">D. J. Bernstein</a>
<br><a href="antiforgery.html">Authenticators and signatures</a>
<h1>A state-of-the-art Diffie-Hellman function</h1>
+<a href="#use">How do I use Curve25519 in my own software?</a>
+<br><a href="#details">Technical details: the Curve25519 function</a>
+<hr>
+<a href="ecdh/reports.html">Speed reports for elliptic-curve cryptography</a>
+<hr>
Curve25519 is a state-of-the-art Diffie-Hellman function
suitable for a wide variety of applications.
<p>
@@ -97,7 +102,7 @@
<p>
Please make sure to set up a Googleable web page
identifying your program and saying that it is ``powered by Curve25519.''
-<h2>Technical details: the Curve25519 function</h2>
+<h2><a name="details">Technical details: the Curve25519 function</a></h2>
Define p as the prime 2^{255} - 19.
Define A = 486662.
Define E as the elliptic curve y^2 = x^3 + Ax^2 + x over the field F_p.