Mercurial > dropbear
annotate logs/index.html @ 282:91fbc376f010 libtommath-orig libtommath-0.35
Import of libtommath 0.35
From ltm-0.35.tar.bz2 SHA1 of 3f193dbae9351e92d02530994fa18236f7fde01c
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 08 Mar 2006 13:16:18 +0000 |
parents | |
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> |