comparison tiger.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 09ab3354aa21 5d99163f7e32
comparison
equal deleted inserted replaced
3:7faae8f46238 15:6362d3854bb4
17 { 17 {
18 "tiger", 18 "tiger",
19 1, 19 1,
20 24, 20 24,
21 64, 21 64,
22
23 /* DER identifier */
24 { 0x30, 0x29, 0x30, 0x0D, 0x06, 0x09, 0x2B, 0x06,
25 0x01, 0x04, 0x01, 0xDA, 0x47, 0x0C, 0x02, 0x05,
26 0x00, 0x04, 0x18 },
27 19,
28
22 &tiger_init, 29 &tiger_init,
23 &tiger_process, 30 &tiger_process,
24 &tiger_done, 31 &tiger_done,
25 &tiger_test 32 &tiger_test
26 }; 33 };