comparison src/hashes/rmd160.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 "rmd160", 28 "rmd160",
29 9, 29 9,
30 20, 30 20,
31 64, 31 64,
32 32
33 /* DER identifier */ 33 /* OID */
34 { 0x30, 0x21, 0x30, 0x09, 0x06, 0x05, 0x2B, 0x24, 34 { 1, 3, 36, 3, 2, 1, },
35 0x03, 0x02, 0x01, 0x05, 0x00, 0x04, 0x14 }, 35 6,
36 15,
37 36
38 &rmd160_init, 37 &rmd160_init,
39 &rmd160_process, 38 &rmd160_process,
40 &rmd160_done, 39 &rmd160_done,
41 &rmd160_test 40 &rmd160_test
461 #endif 460 #endif
462 } 461 }
463 462
464 #endif 463 #endif
465 464
465
466 /* $Source: /cvs/libtom/libtomcrypt/src/hashes/rmd160.c,v $ */
467 /* $Revision: 1.5 $ */
468 /* $Date: 2005/05/23 02:42:07 $ */