comparison src/headers/tomcrypt_misc.h @ 380:d5faf4814ddb libtomcrypt-orig libtomcrypt-1.16

Update to LibTomCrypt 1.16
author Matt Johnston <matt@ucc.asn.au>
date Thu, 11 Jan 2007 02:22:00 +0000
parents 59400faa4b44
children
comparison
equal deleted inserted replaced
280:59400faa4b44 380:d5faf4814ddb
10 /* ---- MEM routines ---- */ 10 /* ---- MEM routines ---- */
11 void zeromem(void *dst, size_t len); 11 void zeromem(void *dst, size_t len);
12 void burn_stack(unsigned long len); 12 void burn_stack(unsigned long len);
13 13
14 const char *error_to_string(int err); 14 const char *error_to_string(int err);
15 int mpi_to_ltc_error(int err);
16 15
17 extern const char *crypt_build_settings; 16 extern const char *crypt_build_settings;
18 17
18 /* ---- HMM ---- */
19 int crypt_fsa(void *mp, ...);
20
19 /* $Source: /cvs/libtom/libtomcrypt/src/headers/tomcrypt_misc.h,v $ */ 21 /* $Source: /cvs/libtom/libtomcrypt/src/headers/tomcrypt_misc.h,v $ */
20 /* $Revision: 1.2 $ */ 22 /* $Revision: 1.4 $ */
21 /* $Date: 2005/05/05 14:35:58 $ */ 23 /* $Date: 2006/11/06 03:03:01 $ */