comparison mycrypt.h @ 15:6362d3854bb4 libtomcrypt-orig

0.96 release of LibTomCrypt
author Matt Johnston <matt@ucc.asn.au>
date Tue, 15 Jun 2004 14:07:21 +0000
parents 7faae8f46238
children 09ab3354aa21 5d99163f7e32
comparison
equal deleted inserted replaced
3:7faae8f46238 15:6362d3854bb4
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 0x0095 19 #define CRYPT 0x0096
20 #define SCRYPT "0.95" 20 #define SCRYPT "0.96"
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 */
66 #include <mycrypt_macros.h> 66 #include <mycrypt_macros.h>
67 #include <mycrypt_cipher.h> 67 #include <mycrypt_cipher.h>
68 #include <mycrypt_hash.h> 68 #include <mycrypt_hash.h>
69 #include <mycrypt_prng.h> 69 #include <mycrypt_prng.h>
70 #include <mycrypt_pk.h> 70 #include <mycrypt_pk.h>
71 #include <mycrypt_gf.h>
72 #include <mycrypt_misc.h> 71 #include <mycrypt_misc.h>
73 #include <mycrypt_kr.h>
74 #include <mycrypt_argchk.h> 72 #include <mycrypt_argchk.h>
75 #include <mycrypt_pkcs.h> 73 #include <mycrypt_pkcs.h>
76 74
77 #ifdef __cplusplus 75 #ifdef __cplusplus
78 } 76 }