Mercurial > dropbear
comparison src/hashes/whirl/whirl.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 |
---|---|
23 "whirlpool", | 23 "whirlpool", |
24 11, | 24 11, |
25 64, | 25 64, |
26 64, | 26 64, |
27 | 27 |
28 /* DER encoding (not yet supported) */ | 28 /* OID */ |
29 { 0x00 }, | 29 { 1, 0, 10118, 3, 0, 55 }, |
30 0, | 30 6, |
31 | 31 |
32 &whirlpool_init, | 32 &whirlpool_init, |
33 &whirlpool_process, | 33 &whirlpool_process, |
34 &whirlpool_done, | 34 &whirlpool_done, |
35 &whirlpool_test | 35 &whirlpool_test |
305 } | 305 } |
306 | 306 |
307 | 307 |
308 #endif | 308 #endif |
309 | 309 |
310 | |
311 /* $Source: /cvs/libtom/libtomcrypt/src/hashes/whirl/whirl.c,v $ */ | |
312 /* $Revision: 1.5 $ */ | |
313 /* $Date: 2005/05/23 02:42:07 $ */ |