comparison src/headers/tomcrypt.h @ 209:39d5d58461d6 libtomcrypt-orig LTC_1.05

Import of libtomcrypt 1.05
author Matt Johnston <matt@ucc.asn.au>
date Wed, 06 Jul 2005 03:53:40 +0000
parents 1c15b283127b
children 4768b55c5240
comparison
equal deleted inserted replaced
191:1c15b283127b 209:39d5d58461d6
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 0x0102 19 #define CRYPT 0x0105
20 #define SCRYPT "1.02" 20 #define SCRYPT "1.05"
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 */
77 } 77 }
78 #endif 78 #endif
79 79
80 #endif /* TOMCRYPT_H_ */ 80 #endif /* TOMCRYPT_H_ */
81 81
82
83 /* $Source: /cvs/libtom/libtomcrypt/src/headers/tomcrypt.h,v $ */
84 /* $Revision: 1.7 $ */
85 /* $Date: 2005/06/19 18:03:25 $ */