comparison 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
comparison
equal deleted inserted replaced
845:774ad9b112ef 848:6c69e7df3621
140 #define DROPBEAR_DSS 140 #define DROPBEAR_DSS
141 141
142 #define DROPBEAR_ECDH 142 #define DROPBEAR_ECDH
143 #define DROPBEAR_ECDSA 143 #define DROPBEAR_ECDSA
144 144
145 #define DROPBEAR_CURVE25519
146
145 /* RSA can be vulnerable to timing attacks which use the time required for 147 /* RSA can be vulnerable to timing attacks which use the time required for
146 * signing to guess the private key. Blinding avoids this attack, though makes 148 * signing to guess the private key. Blinding avoids this attack, though makes
147 * signing operations slightly slower. */ 149 * signing operations slightly slower. */
148 #define RSA_BLINDING 150 #define RSA_BLINDING
149 151