comparison src/hashes/sha2/sha512.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
22 "sha512", 22 "sha512",
23 5, 23 5,
24 64, 24 64,
25 128, 25 128,
26 26
27 /* DER identifier */ 27 /* OID */
28 { 0x30, 0x51, 0x30, 0x0D, 0x06, 0x09, 0x60, 0x86, 28 { 2, 16, 840, 1, 101, 3, 4, 2, 3, },
29 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x03, 0x05, 29 9,
30 0x00, 0x04, 0x40 },
31 19,
32 30
33 &sha512_init, 31 &sha512_init,
34 &sha512_process, 32 &sha512_process,
35 &sha512_done, 33 &sha512_done,
36 &sha512_test 34 &sha512_test
312 310
313 #endif 311 #endif
314 312
315 313
316 314
315
316 /* $Source: /cvs/libtom/libtomcrypt/src/hashes/sha2/sha512.c,v $ */
317 /* $Revision: 1.5 $ */
318 /* $Date: 2005/05/23 02:42:07 $ */