comparison libtomcrypt/src/headers/tomcrypt_custom.h @ 755:b07eb3dc23ec ecc

refactor kexdh code a bit, start working on ecdh etc
author Matt Johnston <matt@ucc.asn.au>
date Tue, 26 Mar 2013 01:35:22 +0800
parents 03073a27abb3
children bf9dc2d9c2b1
comparison
equal deleted inserted replaced
725:49f68a7b7a55 755:b07eb3dc23ec
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
138 #define MECC
139 #define ECC256
140 #define ECC384
141 #define ECC521
142 #endif
143
137 /* Various tidbits of modern neatoness */ 144 /* Various tidbits of modern neatoness */
138 #define BASE64 145 #define BASE64
139 146
140 /* default no pthread functions */ 147 /* default no pthread functions */
141 #define LTC_MUTEX_GLOBAL(x) 148 #define LTC_MUTEX_GLOBAL(x)