Mercurial > dropbear
comparison libtomcrypt/src/headers/tomcrypt_dropbear.h @ 1713:c2c0f43ff827
Remove blowfish
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 10 Jun 2020 23:42:42 +0800 |
parents | e9dba7abd939 |
children | 3f4cdf839a1a |
comparison
equal
deleted
inserted
replaced
1712:d885a77b98e0 | 1713:c2c0f43ff827 |
---|---|
11 #endif | 11 #endif |
12 | 12 |
13 /* Fewer entries needed */ | 13 /* Fewer entries needed */ |
14 #define TAB_SIZE 5 | 14 #define TAB_SIZE 5 |
15 | 15 |
16 #if DROPBEAR_BLOWFISH | |
17 #define LTC_BLOWFISH | |
18 #endif | |
19 #if DROPBEAR_AES | 16 #if DROPBEAR_AES |
20 #define LTC_RIJNDAEL | 17 #define LTC_RIJNDAEL |
21 #endif | 18 #endif |
22 /* _TABLES tells it to use tables during setup, _SMALL means to use the smaller scheduled key format | 19 /* _TABLES tells it to use tables during setup, _SMALL means to use the smaller scheduled key format |
23 * (saves 4KB of ram), _ALL_TABLES enables all tables during setup */ | 20 * (saves 4KB of ram), _ALL_TABLES enables all tables during setup */ |