Mercurial > dropbear
comparison src/hashes/sha2/sha384.c @ 210:4768b55c5240 libtomcrypt
propagate from branch 'au.asn.ucc.matt.ltc-orig' (head 33c416b902f1a44913d825bae7ad9a160f703ed3)
to branch 'au.asn.ucc.matt.dropbear.ltc' (head 4d6aec6e6121e13f68c11c149b6579c41cb63e74)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 06 Jul 2005 12:10:23 +0000 |
parents | 39d5d58461d6 |
children |
comparison
equal
deleted
inserted
replaced
199:8be64e2c86f4 | 210:4768b55c5240 |
---|---|
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 $ */ |