Mercurial > dropbear
comparison demos/timing.c @ 191:1c15b283127b libtomcrypt-orig
Import of libtomcrypt 1.02 with manual path rename rearrangement etc
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 06 May 2005 13:23:02 +0000 |
parents | |
children | 39d5d58461d6 |
comparison
equal
deleted
inserted
replaced
143:5d99163f7e32 | 191:1c15b283127b |
---|---|
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 | |
21 return EXIT_SUCCESS; | |
22 | |
23 } |