comparison src/hashes/tiger.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
23 "tiger", 23 "tiger",
24 1, 24 1,
25 24, 25 24,
26 64, 26 64,
27 27
28 /* DER identifier */ 28 /* OID */
29 { 0x30, 0x29, 0x30, 0x0D, 0x06, 0x09, 0x2B, 0x06, 29 { 1, 3, 6, 1, 4, 1, 11591, 12, 2, },
30 0x01, 0x04, 0x01, 0xDA, 0x47, 0x0C, 0x02, 0x05, 30 9,
31 0x00, 0x04, 0x18 },
32 19,
33 31
34 &tiger_init, 32 &tiger_init,
35 &tiger_process, 33 &tiger_process,
36 &tiger_done, 34 &tiger_done,
37 &tiger_test 35 &tiger_test
807 00B83EB4E53440C5 76AC6AAEE0A74858 25FD15E70A59FFE4 805 00B83EB4E53440C5 76AC6AAEE0A74858 25FD15E70A59FFE4
808 */ 806 */
809 807
810 808
811 809
810
811 /* $Source: /cvs/libtom/libtomcrypt/src/hashes/tiger.c,v $ */
812 /* $Revision: 1.5 $ */
813 /* $Date: 2005/05/23 02:42:07 $ */