comparison md4.c @ 15:6362d3854bb4 libtomcrypt-orig

0.96 release of LibTomCrypt
author Matt Johnston <matt@ucc.asn.au>
date Tue, 15 Jun 2004 14:07:21 +0000
parents 7faae8f46238
children 5d99163f7e32
comparison
equal deleted inserted replaced
3:7faae8f46238 15:6362d3854bb4
17 { 17 {
18 "md4", 18 "md4",
19 6, 19 6,
20 16, 20 16,
21 64, 21 64,
22
23 /* DER encoding (not yet supported) */
24 { 0x00 },
25 0,
26
22 &md4_init, 27 &md4_init,
23 &md4_process, 28 &md4_process,
24 &md4_done, 29 &md4_done,
25 &md4_test 30 &md4_test
26 }; 31 };