]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Add a reference to a spec for Curve25519.
authorSimon Tatham <anakin@pobox.com>
Tue, 19 May 2015 08:56:56 +0000 (09:56 +0100)
committerSimon Tatham <anakin@pobox.com>
Tue, 19 May 2015 09:01:42 +0000 (10:01 +0100)
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

index 8e0d449c03e35378dabd82ed9182f6bd5dab291a..5f170215dbc2dd9764158b5334254943ae40709c 100644 (file)
--- a/sshecc.c
+++ b/sshecc.c
  * 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
  */