comparison src/hashes/sha2/sha384.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
18 "sha384", 18 "sha384",
19 4, 19 4,
20 48, 20 48,
21 128, 21 128,
22 22
23 /* DER identifier */ 23 /* OID */
24 { 0x30, 0x41, 0x30, 0x0D, 0x06, 0x09, 0x60, 0x86, 24 { 2, 16, 840, 1, 101, 3, 4, 2, 2, },
25 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x02, 0x05, 25 9,
26 0x00, 0x04, 0x30 },
27 19,
28 26
29 &sha384_init, 27 &sha384_init,
30 &sha512_process, 28 &sha512_process,
31 &sha384_done, 29 &sha384_done,
32 &sha384_test 30 &sha384_test
128 126
129 127
130 128
131 129
132 130
131
132 /* $Source: /cvs/libtom/libtomcrypt/src/hashes/sha2/sha384.c,v $ */
133 /* $Revision: 1.5 $ */
134 /* $Date: 2005/05/23 02:42:07 $ */