Mercurial > dropbear
comparison demos/timing.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 |
---|---|
15 time_mult(); | 15 time_mult(); |
16 time_sqr(); | 16 time_sqr(); |
17 time_rsa(); | 17 time_rsa(); |
18 time_ecc(); | 18 time_ecc(); |
19 time_dh(); | 19 time_dh(); |
20 | |
21 return EXIT_SUCCESS; | 20 return EXIT_SUCCESS; |
22 | 21 |
23 } | 22 } |
23 | |
24 /* $Source: /cvs/libtom/libtomcrypt/demos/timing.c,v $ */ | |
25 /* $Revision: 1.17 $ */ | |
26 /* $Date: 2005/06/23 02:16:26 $ */ |