Mercurial > dropbear
comparison src/hashes/md2.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 "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 $ */ |