comparison rmd128.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
22 { 22 {
23 "rmd128", 23 "rmd128",
24 8, 24 8,
25 16, 25 16,
26 64, 26 64,
27
28 /* DER identifier (not supported) */
29 { 0x00 },
30 0,
31
27 &rmd128_init, 32 &rmd128_init,
28 &rmd128_process, 33 &rmd128_process,
29 &rmd128_done, 34 &rmd128_done,
30 &rmd128_test 35 &rmd128_test
31 }; 36 };