diff libtomcrypt/src/headers/tomcrypt.h @ 1739:13d834efc376 fuzz

merge from main
author Matt Johnston <matt@ucc.asn.au>
date Thu, 15 Oct 2020 19:55:15 +0800
parents e9dba7abd939
children
line wrap: on
line diff
--- a/libtomcrypt/src/headers/tomcrypt.h	Wed Feb 28 22:11:39 2018 +0800
+++ b/libtomcrypt/src/headers/tomcrypt.h	Thu Oct 15 19:55:15 2020 +0800
@@ -27,14 +27,15 @@
 
 /* version */
 #define CRYPT   0x0118
-#define SCRYPT  "1.18.1"
+#define SCRYPT  "1.18.2"
 
 /* max size of either a cipher/hash block or symmetric key [largest of the two] */
 #define MAXBLOCKSIZE  128
 
+#ifndef TAB_SIZE
 /* descriptor table size */
-/* Dropbear change - this should be smaller, saves some size */
-#define TAB_SIZE    5
+#define TAB_SIZE      32
+#endif
 
 /* error codes [will be expanded in future releases] */
 enum {