X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=sshecc.c;h=5f170215dbc2dd9764158b5334254943ae40709c;hb=48eafd66aa274c32fc8169a0d36619663905c210;hp=8e0d449c03e35378dabd82ed9182f6bd5dab291a;hpb=686ce919051d3bd47c0a6a881a8ce821d565630a;p=PuTTY.git diff --git a/sshecc.c b/sshecc.c index 8e0d449c..5f170215 100644 --- a/sshecc.c +++ b/sshecc.c @@ -24,6 +24,10 @@ * Handbook of elliptic and hyperelliptic curve cryptography, Chapter 13 * http://cs.ucsb.edu/~koc/ccs130h/2013/EllipticHyperelliptic-CohenFrey.pdf * + * Curve25519 spec from libssh (with reference to other things in the + * libssh code): + * https://git.libssh.org/users/aris/libssh.git/tree/doc/curve25519-sha256@libssh.org.txt + * * Edwards DSA: * http://ed25519.cr.yp.to/ed25519-20110926.pdf */