comparison sha224.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
14 { 14 {
15 "sha224", 15 "sha224",
16 10, 16 10,
17 28, 17 28,
18 64, 18 64,
19
20 /* DER identifier (not supported) */
21 { 0x00 },
22 0,
23
19 &sha224_init, 24 &sha224_init,
20 &sha256_process, 25 &sha256_process,
21 &sha224_done, 26 &sha224_done,
22 &sha224_test 27 &sha224_test
23 }; 28 };