comparison libtomcrypt/src/headers/tomcrypt.h @ 351:e66eec4dcba7 debug-unrandom

some more debugging output
author Matt Johnston <matt@ucc.asn.au>
date Tue, 08 Aug 2006 15:31:38 +0000
parents 1b9e69c058d2
children
comparison
equal deleted inserted replaced
348:cd14c94fe89c 351:e66eec4dcba7
7 #include <time.h> 7 #include <time.h>
8 #include <ctype.h> 8 #include <ctype.h>
9 #include <limits.h> 9 #include <limits.h>
10 10
11 /* use configuration data */ 11 /* use configuration data */
12 #include <tomcrypt_custom.h> 12 #include "tomcrypt_custom.h"
13 13
14 #ifdef __cplusplus 14 #ifdef __cplusplus
15 extern "C" { 15 extern "C" {
16 #endif 16 #endif
17 17
61 CRYPT_PK_INVALID_SIZE, /* Invalid size input for PK parameters */ 61 CRYPT_PK_INVALID_SIZE, /* Invalid size input for PK parameters */
62 62
63 CRYPT_INVALID_PRIME_SIZE/* Invalid size of prime requested */ 63 CRYPT_INVALID_PRIME_SIZE/* Invalid size of prime requested */
64 }; 64 };
65 65
66 #include <tomcrypt_cfg.h> 66 #include "tomcrypt_cfg.h"
67 #include <tomcrypt_macros.h> 67 #include "tomcrypt_macros.h"
68 #include <tomcrypt_cipher.h> 68 #include "tomcrypt_cipher.h"
69 #include <tomcrypt_hash.h> 69 #include "tomcrypt_hash.h"
70 #include <tomcrypt_mac.h> 70 #include "tomcrypt_mac.h"
71 #include <tomcrypt_prng.h> 71 #include "tomcrypt_prng.h"
72 #include <tomcrypt_pk.h> 72 #include "tomcrypt_pk.h"
73 #include <tomcrypt_misc.h> 73 #include "tomcrypt_misc.h"
74 #include <tomcrypt_argchk.h> 74 #include "tomcrypt_argchk.h"
75 #include <tomcrypt_pkcs.h> 75 #include "tomcrypt_pkcs.h"
76 76
77 #ifdef __cplusplus 77 #ifdef __cplusplus
78 } 78 }
79 #endif 79 #endif
80 80