comparison src/hashes/md5.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 4768b55c5240
comparison
equal deleted inserted replaced
191:1c15b283127b 209:39d5d58461d6
23 "md5", 23 "md5",
24 3, 24 3,
25 16, 25 16,
26 64, 26 64,
27 27
28 /* DER identifier */ 28 /* OID */
29 { 0x30, 0x20, 0x30, 0x0C, 0x06, 0x08, 0x2A, 0x86, 29 { 1, 2, 840, 113549, 2, 5, },
30 0x48, 0x86, 0xF7, 0x0D, 0x02, 0x05, 0x05, 0x00, 30 6,
31 0x04, 0x10 },
32 18,
33 31
34 &md5_init, 32 &md5_init,
35 &md5_process, 33 &md5_process,
36 &md5_done, 34 &md5_done,
37 &md5_test 35 &md5_test
361 } 359 }
362 360
363 #endif 361 #endif
364 362
365 363
364
365 /* $Source: /cvs/libtom/libtomcrypt/src/hashes/md5.c,v $ */
366 /* $Revision: 1.5 $ */
367 /* $Date: 2005/05/23 02:42:07 $ */