comparison demos/hashsum.c @ 192:9cc34777b479 libtomcrypt

propagate from branch 'au.asn.ucc.matt.ltc-orig' (head 9ba8f01f44320e9cb9f19881105ae84f84a43ea9) to branch 'au.asn.ucc.matt.dropbear.ltc' (head dbf51c569bc34956ad948e4cc87a0eeb2170b768)
author Matt Johnston <matt@ucc.asn.au>
date Sun, 08 May 2005 06:36:47 +0000
parents 1c15b283127b
children 39d5d58461d6
comparison
equal deleted inserted replaced
164:cd1143579f00 192:9cc34777b479
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