Mercurial > dropbear
annotate logs/index.html @ 385:fa7a368e12b1 libtommath-dropbear
Refer to local headers locally with #include "" not #include <>.
Required now that we've got rid of the libtomcrypt variants that were
'accidentally' being included in the -I path
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 11 Jan 2007 03:09:09 +0000 |
parents | 91fbc376f010 |
children | 97db060d0ef5 |
rev | line source |
---|---|
282 | 1 <html> |
2 <head> | |
3 <title>LibTomMath Log Plots</title> | |
4 </head> | |
5 <body> | |
6 | |
7 <h1>Addition and Subtraction</h1> | |
8 <center><img src=addsub.png></center> | |
9 <hr> | |
10 | |
11 <h1>Multipliers</h1> | |
12 <center><img src=mult.png></center> | |
13 <hr> | |
14 | |
15 <h1>Exptmod</h1> | |
16 <center><img src=expt.png></center> | |
17 <hr> | |
18 | |
19 <h1>Modular Inverse</h1> | |
20 <center><img src=invmod.png></center> | |
21 <hr> | |
22 | |
23 </body> | |
24 </html> |