comparison sha512.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
19 { 19 {
20 "sha512", 20 "sha512",
21 5, 21 5,
22 64, 22 64,
23 128, 23 128,
24
25 /* DER identifier */
26 { 0x30, 0x51, 0x30, 0x0D, 0x06, 0x09, 0x60, 0x86,
27 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x03, 0x05,
28 0x00, 0x04, 0x40 },
29 19,
30
24 &sha512_init, 31 &sha512_init,
25 &sha512_process, 32 &sha512_process,
26 &sha512_done, 33 &sha512_done,
27 &sha512_test 34 &sha512_test
28 }; 35 };