diff options.h @ 848:6c69e7df3621 ecc

curve25519
author Matt Johnston <matt@ucc.asn.au>
date Fri, 08 Nov 2013 23:11:43 +0800
parents 34b73c9d8aa3
children 754d7bee1068
line wrap: on
line diff
--- a/options.h	Fri Nov 01 00:21:59 2013 +0800
+++ b/options.h	Fri Nov 08 23:11:43 2013 +0800
@@ -142,6 +142,8 @@
 #define DROPBEAR_ECDH
 #define DROPBEAR_ECDSA
 
+#define DROPBEAR_CURVE25519
+
 /* RSA can be vulnerable to timing attacks which use the time required for
  * signing to guess the private key. Blinding avoids this attack, though makes
  * signing operations slightly slower. */