Mercurial > dropbear
comparison libtomcrypt/src/headers/tomcrypt_custom.h @ 759:76fba0856749 ecc
More changes for KEX and ECDH. Set up hash descriptors, make ECC code work,
ses.hash and ses.session_id are now buffers (doesn't compile)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 29 Mar 2013 00:28:09 +0800 |
parents | bf9dc2d9c2b1 |
children | ac2158e3e403 |
comparison
equal
deleted
inserted
replaced
758:1c607a62d235 | 759:76fba0856749 |
---|---|
125 #endif | 125 #endif |
126 | 126 |
127 #ifdef DROPBEAR_SHA256 | 127 #ifdef DROPBEAR_SHA256 |
128 #define SHA256 | 128 #define SHA256 |
129 #endif | 129 #endif |
130 | 130 #ifdef DROPBEAR_SHA384 |
131 #define SHA384 | |
132 #endif | |
131 #ifdef DROPBEAR_SHA512 | 133 #ifdef DROPBEAR_SHA512 |
132 #define SHA512 | 134 #define SHA512 |
133 #endif | 135 #endif |
134 | 136 |
135 #define LTC_HMAC | 137 #define LTC_HMAC |