Mercurial > dropbear
comparison src/headers/tomcrypt_custom.h @ 230:809b681a9af5 libtomcrypt
- check for generic AES/TWOFISH settings from Dropbear, not AES128 etc
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 30 Aug 2005 17:40:30 +0000 |
parents | 36160290a1b2 |
children |
comparison
equal
deleted
inserted
replaced
222:36160290a1b2 | 230:809b681a9af5 |
---|---|
45 | 45 |
46 #ifdef DROPBEAR_BLOWFISH_CBC | 46 #ifdef DROPBEAR_BLOWFISH_CBC |
47 #define BLOWFISH | 47 #define BLOWFISH |
48 #endif | 48 #endif |
49 | 49 |
50 #ifdef DROPBEAR_AES128_CBC | 50 #ifdef DROPBEAR_AES_CBC |
51 #define RIJNDAEL | 51 #define RIJNDAEL |
52 #endif | 52 #endif |
53 | 53 |
54 #ifdef DROPBEAR_TWOFISH128_CBC | 54 #ifdef DROPBEAR_TWOFISH_CBC |
55 #define TWOFISH | 55 #define TWOFISH |
56 | 56 |
57 /* enabling just TWOFISH_SMALL will make the binary ~1kB smaller, turning on | 57 /* enabling just TWOFISH_SMALL will make the binary ~1kB smaller, turning on |
58 * TWOFISH_TABLES will make it a few kB bigger, but perhaps reduces runtime | 58 * TWOFISH_TABLES will make it a few kB bigger, but perhaps reduces runtime |
59 * memory usage? */ | 59 * memory usage? */ |