Mercurial > dropbear
comparison libtomcrypt/src/headers/tomcrypt_custom.h @ 761:ac2158e3e403 ecc
ecc kind of works, needs fixing/testing
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 07 Apr 2013 01:36:42 +0800 |
parents | 76fba0856749 |
children | 70625eed40c9 |
comparison
equal
deleted
inserted
replaced
760:f336d232fc63 | 761:ac2158e3e403 |
---|---|
136 | 136 |
137 #define LTC_HMAC | 137 #define LTC_HMAC |
138 | 138 |
139 #ifdef DROPBEAR_ECC | 139 #ifdef DROPBEAR_ECC |
140 #define MECC | 140 #define MECC |
141 #define MPI | |
142 #define LTM_DESC | |
141 #ifdef DROPBEAR_ECC_256 | 143 #ifdef DROPBEAR_ECC_256 |
142 #define ECC256 | 144 #define ECC256 |
143 #endif | 145 #endif |
144 #ifdef DROPBEAR_ECC_384 | 146 #ifdef DROPBEAR_ECC_384 |
145 #define ECC384 | 147 #define ECC384 |