comparison src/hashes/rmd128.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
28 "rmd128", 28 "rmd128",
29 8, 29 8,
30 16, 30 16,
31 64, 31 64,
32 32
33 /* DER identifier (not supported) */ 33 /* OID */
34 { 0x00 }, 34 { 1, 0, 10118, 3, 0, 50 },
35 0, 35 6,
36 36
37 &rmd128_init, 37 &rmd128_init,
38 &rmd128_process, 38 &rmd128_process,
39 &rmd128_done, 39 &rmd128_done,
40 &rmd128_test 40 &rmd128_test
401 #endif 401 #endif
402 } 402 }
403 403
404 #endif 404 #endif
405 405
406
407 /* $Source: /cvs/libtom/libtomcrypt/src/hashes/rmd128.c,v $ */
408 /* $Revision: 1.6 $ */
409 /* $Date: 2005/05/23 02:42:07 $ */