Mercurial > dropbear
annotate logs/index.html @ 200:c5c969ed76f3 libtommath
propagate from branch 'au.asn.ucc.matt.ltm-orig' (head 7fa10cba9535de3461cedb14b877c24858826204)
to branch 'au.asn.ucc.matt.dropbear.ltm' (head fc26f60de0370ab0a281fa41a2d13fb17c9d90a8)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 11 May 2005 16:15:27 +0000 |
parents | 22d5cf7d4b1a |
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> |