Mercurial > dropbear
comparison libtomcrypt/demos/timing.c @ 330:5488db2e9e4e
merge of 332f709a4cb39cde4cedab7c3be89e05f3023067
and ca4ca78b82c5d430c69ce01bf794e8886ce81431
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 10 Jun 2006 16:39:40 +0000 |
parents | 1b9e69c058d2 |
children | 0cbe8f6dbf9e |
comparison
equal
deleted
inserted
replaced
329:8ed0dce45126 | 330:5488db2e9e4e |
---|---|
1 #include <tomcrypt_test.h> | |
2 | |
3 int main(void) | |
4 { | |
5 init_timer(); | |
6 reg_algs(); | |
7 time_keysched(); | |
8 time_cipher(); | |
9 time_cipher2(); | |
10 time_cipher3(); | |
11 time_hash(); | |
12 time_macs(); | |
13 time_encmacs(); | |
14 time_prng(); | |
15 time_mult(); | |
16 time_sqr(); | |
17 time_rsa(); | |
18 time_ecc(); | |
19 time_dh(); | |
20 return EXIT_SUCCESS; | |
21 | |
22 } | |
23 | |
24 /* $Source: /cvs/libtom/libtomcrypt/demos/timing.c,v $ */ | |
25 /* $Revision: 1.17 $ */ | |
26 /* $Date: 2005/06/23 02:16:26 $ */ |