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