comparison demos/hashsum.c @ 191:1c15b283127b libtomcrypt-orig

Import of libtomcrypt 1.02 with manual path rename rearrangement etc
author Matt Johnston <matt@ucc.asn.au>
date Fri, 06 May 2005 13:23:02 +0000
parents 5d99163f7e32
children 39d5d58461d6
comparison
equal deleted inserted replaced
143:5d99163f7e32 191:1c15b283127b
5 * Compile with 'gcc hashsum.c -o hashsum -ltomcrypt' 5 * Compile with 'gcc hashsum.c -o hashsum -ltomcrypt'
6 * This example isn't really big enough to warrent splitting into 6 * This example isn't really big enough to warrent splitting into
7 * more functions ;) 7 * more functions ;)
8 */ 8 */
9 9
10 #include <mycrypt.h> 10 #include <tomcrypt.h>
11 11
12 int errno; 12 int errno;
13 13
14 void register_algs(); 14 void register_algs();
15 15