]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - sshecc.c
Add a reference to a spec for Curve25519.
[PuTTY.git] / 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
  */