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> 25/* $Source: /cvs/libtom/libtommath/logs/index.html,v $ */ 26/* $Revision: 1.2 $ */ 27/* $Date: 2005/05/05 14:38:47 $ */ 28