summaryrefslogtreecommitdiff
path: root/src/ltc/headers/tomcrypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ltc/headers/tomcrypt.h')
-rw-r--r--src/ltc/headers/tomcrypt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ltc/headers/tomcrypt.h b/src/ltc/headers/tomcrypt.h
index 9ed77509..1aca366e 100644
--- a/src/ltc/headers/tomcrypt.h
+++ b/src/ltc/headers/tomcrypt.h
@@ -27,13 +27,13 @@ extern "C" {
/* version */
#define CRYPT 0x0118
-#define SCRYPT "1.18.0"
+#define SCRYPT "1.18.1-develop"
/* max size of either a cipher/hash block or symmetric key [largest of the two] */
#define MAXBLOCKSIZE 144
/* descriptor table size */
-#define TAB_SIZE 32
+#define TAB_SIZE 34
/* error codes [will be expanded in future releases] */
enum {
@@ -67,7 +67,7 @@ enum {
CRYPT_OVERFLOW, /* An overflow of a value was detected/prevented */
- CRYPT_UNUSED1, /* UNUSED1 */
+ CRYPT_PK_ASN1_ERROR, /* An error occurred while en- or decoding ASN.1 data */
CRYPT_INPUT_TOO_LONG, /* The input was longer than expected. */