comparison libtomcrypt/src/headers/tomcrypt_custom.h @ 756:bf9dc2d9c2b1 ecc

more bits on ecc branch
author Matt Johnston <matt@ucc.asn.au>
date Wed, 27 Mar 2013 00:38:03 +0800
parents b07eb3dc23ec
children 76fba0856749
comparison
equal deleted inserted replaced
755:b07eb3dc23ec 756:bf9dc2d9c2b1
132 #define SHA512 132 #define SHA512
133 #endif 133 #endif
134 134
135 #define LTC_HMAC 135 #define LTC_HMAC
136 136
137 #ifdef DROPBEAR_ECDH 137 #ifdef DROPBEAR_ECC
138 #define MECC 138 #define MECC
139 #ifdef DROPBEAR_ECC_256
139 #define ECC256 140 #define ECC256
141 #endif
142 #ifdef DROPBEAR_ECC_384
140 #define ECC384 143 #define ECC384
144 #endif
145 #ifdef DROPBEAR_ECC_521
141 #define ECC521 146 #define ECC521
147 #endif
142 #endif 148 #endif
143 149
144 /* Various tidbits of modern neatoness */ 150 /* Various tidbits of modern neatoness */
145 #define BASE64 151 #define BASE64
146 152