Mercurial > dropbear
comparison sha384.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 |
---|---|
15 { | 15 { |
16 "sha384", | 16 "sha384", |
17 4, | 17 4, |
18 48, | 18 48, |
19 128, | 19 128, |
20 | |
21 /* DER identifier */ | |
22 { 0x30, 0x41, 0x30, 0x0D, 0x06, 0x09, 0x60, 0x86, | |
23 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x02, 0x05, | |
24 0x00, 0x04, 0x30 }, | |
25 19, | |
26 | |
20 &sha384_init, | 27 &sha384_init, |
21 &sha512_process, | 28 &sha512_process, |
22 &sha384_done, | 29 &sha384_done, |
23 &sha384_test | 30 &sha384_test |
24 }; | 31 }; |