comparison libtomcrypt/src/headers/tomcrypt.h @ 1435:f849a5ca2efc

update to libtomcrypt 1.17 (with Dropbear changes)
author Matt Johnston <matt@ucc.asn.au>
date Sat, 24 Jun 2017 17:50:50 +0800
parents ac2158e3e403
children 6dba84798cd5
comparison
equal deleted inserted replaced
1434:27b9ddb06b09 1435:f849a5ca2efc
14 #ifdef __cplusplus 14 #ifdef __cplusplus
15 extern "C" { 15 extern "C" {
16 #endif 16 #endif
17 17
18 /* version */ 18 /* version */
19 #define CRYPT 0x0116 19 #define CRYPT 0x0117
20 #define SCRYPT "1.16" 20 #define SCRYPT "1.17"
21 21
22 /* max size of either a cipher/hash block or symmetric key [largest of the two] */ 22 /* max size of either a cipher/hash block or symmetric key [largest of the two] */
23 #define MAXBLOCKSIZE 128 23 #define MAXBLOCKSIZE 128
24 24
25 /* descriptor table size */ 25 /* descriptor table size */
81 #endif 81 #endif
82 82
83 #endif /* TOMCRYPT_H_ */ 83 #endif /* TOMCRYPT_H_ */
84 84
85 85
86 /* $Source: /cvs/libtom/libtomcrypt/src/headers/tomcrypt.h,v $ */ 86 /* $Source$ */
87 /* $Revision: 1.20 $ */ 87 /* $Revision$ */
88 /* $Date: 2006/11/26 01:45:14 $ */ 88 /* $Date$ */