comparison src/hashes/md5.c @ 195:19e5d79b7190 libtomcrypt

Cleanup of import of LTC 1.02, still problematic for Dropbear
author Matt Johnston <matt@ucc.asn.au>
date Mon, 09 May 2005 09:33:00 +0000
parents 9cc34777b479
children 4768b55c5240
comparison
equal deleted inserted replaced
192:9cc34777b479 195:19e5d79b7190
24 3, 24 3,
25 16, 25 16,
26 64, 26 64,
27 27
28 /* DER identifier */ 28 /* DER identifier */
29 #if 0
30 /* matt */
31 { 0x30, 0x20, 0x30, 0x0C, 0x06, 0x08, 0x2A, 0x86, 29 { 0x30, 0x20, 0x30, 0x0C, 0x06, 0x08, 0x2A, 0x86,
32 0x48, 0x86, 0xF7, 0x0D, 0x02, 0x05, 0x05, 0x00, 30 0x48, 0x86, 0xF7, 0x0D, 0x02, 0x05, 0x05, 0x00,
33 0x04, 0x10 }, 31 0x04, 0x10 },
34 18, 32 18,
35 #endif
36 33
37 &md5_init, 34 &md5_init,
38 &md5_process, 35 &md5_process,
39 &md5_done, 36 &md5_done,
40 &md5_test 37 &md5_test