Files
dropbear/logs/index.html
Matt Johnston 28ff85b9cd Renaming branch
--HG--
branch : libtommath
extra : convert_revision : 19ff91f614ebf6603fd4c1482036019ef1f0d501
2004-05-31 18:23:46 +00:00

24 lines
350 B
HTML

<html>
<head>
<title>LibTomMath Log Plots</title>
</head>
<body>
<h1>Addition and Subtraction</h1>
<center><img src=addsub.png></center>
<hr>
<h1>Multipliers</h1>
<center><img src=mult.png></center>
<hr>
<h1>Exptmod</h1>
<center><img src=expt.png></center>
<hr>
<h1>Modular Inverse</h1>
<center><img src=invmod.png></center>
<hr>
</body>
</html>