diff ecdsa.h @ 852:7540c0822374 ecc

Various cleanups and fixes for warnings
author Matt Johnston <matt@ucc.asn.au>
date Tue, 12 Nov 2013 23:02:32 +0800
parents b298bb438625
children c19acba28590
line wrap: on
line diff
--- a/ecdsa.h	Sat Nov 09 00:14:28 2013 +0800
+++ b/ecdsa.h	Tue Nov 12 23:02:32 2013 +0800
@@ -7,6 +7,7 @@
 
 #ifdef DROPBEAR_ECDSA
 
+/* Prefer the larger size - it's fast anyway */
 #if defined(DROPBEAR_ECC_521)
 #define ECDSA_DEFAULT_SIZE 521
 #elif defined(DROPBEAR_ECC_384)