comparison src/hashes/md2.c @ 210:4768b55c5240 libtomcrypt

propagate from branch 'au.asn.ucc.matt.ltc-orig' (head 33c416b902f1a44913d825bae7ad9a160f703ed3) to branch 'au.asn.ucc.matt.dropbear.ltc' (head 4d6aec6e6121e13f68c11c149b6579c41cb63e74)
author Matt Johnston <matt@ucc.asn.au>
date Wed, 06 Jul 2005 12:10:23 +0000
parents 39d5d58461d6
children
comparison
equal deleted inserted replaced
199:8be64e2c86f4 210:4768b55c5240
22 "md2", 22 "md2",
23 7, 23 7,
24 16, 24 16,
25 16, 25 16,
26 26
27 /* DER encoding */ 27 /* OID */
28 { 0x30, 0x20, 0x30, 0x0C, 0x06, 0x08, 0x2A, 0x86, 28 { 1, 2, 840, 113549, 2, 2, },
29 0x48, 0x86, 0xF7, 0x0D, 0x02, 0x02, 0x05, 0x00, 29 6,
30 0x04, 0x10 },
31 18,
32 30
33 &md2_init, 31 &md2_init,
34 &md2_process, 32 &md2_process,
35 &md2_done, 33 &md2_done,
36 &md2_test 34 &md2_test
244 #endif 242 #endif
245 } 243 }
246 244
247 #endif 245 #endif
248 246
247
248 /* $Source: /cvs/libtom/libtomcrypt/src/hashes/md2.c,v $ */
249 /* $Revision: 1.5 $ */
250 /* $Date: 2005/05/23 02:42:07 $ */