Mercurial > dropbear
comparison libtomcrypt/src/headers/tomcrypt_custom.h @ 793:70625eed40c9 ecc
A bit of work on ecdsa for host/auth keys
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 14 Apr 2013 00:50:03 +0800 |
parents | ac2158e3e403 |
children | 3017bc7d6238 |
comparison
equal
deleted
inserted
replaced
768:6e6ce39da2fc | 793:70625eed40c9 |
---|---|
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 LTC_ECC_SHAMIR | |
142 #define LTC_ECC_TIMING_RESISTANT | |
141 #define MPI | 143 #define MPI |
142 #define LTM_DESC | 144 #define LTM_DESC |
143 #ifdef DROPBEAR_ECC_256 | 145 #ifdef DROPBEAR_ECC_256 |
144 #define ECC256 | 146 #define ECC256 |
145 #endif | 147 #endif |