comparison libtomcrypt/src/headers/tomcrypt_dropbear.h @ 1711:e9dba7abd939

Merge libtomcrypt v1.18.2
author Matt Johnston <matt@ucc.asn.au>
date Wed, 10 Jun 2020 23:16:13 +0800
parents e0871128e61f
children c2c0f43ff827
comparison
equal deleted inserted replaced
1710:1ff2a1034c52 1711:e9dba7abd939
7 7
8 /* Use small code where possible */ 8 /* Use small code where possible */
9 #if DROPBEAR_SMALL_CODE 9 #if DROPBEAR_SMALL_CODE
10 #define LTC_SMALL_CODE 10 #define LTC_SMALL_CODE
11 #endif 11 #endif
12
13 /* Fewer entries needed */
14 #define TAB_SIZE 5
12 15
13 #if DROPBEAR_BLOWFISH 16 #if DROPBEAR_BLOWFISH
14 #define LTC_BLOWFISH 17 #define LTC_BLOWFISH
15 #endif 18 #endif
16 #if DROPBEAR_AES 19 #if DROPBEAR_AES