Mercurial > dropbear
comparison demos/timing.c @ 280:59400faa4b44 libtomcrypt-orig libtomcrypt-1.05
Re-import libtomcrypt 1.05 for cleaner propagating.
From crypt-1.05.tar.bz2, SHA1 of 88250202bb51570dc64f7e8f1c943cda9479258f
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 08 Mar 2006 12:58:00 +0000 |
parents | |
children | d5faf4814ddb |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 280:59400faa4b44 |
---|---|
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 $ */ |