Mercurial > dropbear
annotate logs/index.html @ 1:22d5cf7d4b1a libtommath
Renaming branch
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 31 May 2004 18:23:46 +0000 |
parents | |
children | 97db060d0ef5 |
rev | line source |
---|---|
1 | 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> |