comparison src/hashes/md4.c @ 209:39d5d58461d6 libtomcrypt-orig LTC_1.05

Import of libtomcrypt 1.05
author Matt Johnston <matt@ucc.asn.au>
date Wed, 06 Jul 2005 03:53:40 +0000
parents 1c15b283127b
children
comparison
equal deleted inserted replaced
191:1c15b283127b 209:39d5d58461d6
22 "md4", 22 "md4",
23 6, 23 6,
24 16, 24 16,
25 64, 25 64,
26 26
27 /* DER encoding (not yet supported) */ 27 /* OID */
28 { 0x00 }, 28 { 1, 2, 840, 113549, 2, 4, },
29 0, 29 6,
30 30
31 &md4_init, 31 &md4_init,
32 &md4_process, 32 &md4_process,
33 &md4_done, 33 &md4_done,
34 &md4_test 34 &md4_test
298 } 298 }
299 299
300 #endif 300 #endif
301 301
302 302
303
304 /* $Source: /cvs/libtom/libtomcrypt/src/hashes/md4.c,v $ */
305 /* $Revision: 1.5 $ */
306 /* $Date: 2005/05/23 02:42:07 $ */