From bcd1e751b3cfe16d790b875ba2fef14a20d1f2cf Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 19 May 2015 09:56:56 +0100 Subject: [PATCH] Add a reference to a spec for Curve25519. It doesn't seem to be all that good a spec, in that it seems to be specified in terms of functions in libssh and hence based on the assumption that you already know exactly what those functions do. But it's something, at least. --- sshecc.c | 4 ++++ 1 file changed, 4 insertions(+) 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 */ -- 2.45.2