index.html 467 B

123456789101112131415161718192021222324252627
  1. <html>
  2. <head>
  3. <title>LibTomMath Log Plots</title>
  4. </head>
  5. <body>
  6. <h1>Addition and Subtraction</h1>
  7. <center><img src=addsub.png></center>
  8. <hr>
  9. <h1>Multipliers</h1>
  10. <center><img src=mult.png></center>
  11. <hr>
  12. <h1>Exptmod</h1>
  13. <center><img src=expt.png></center>
  14. <hr>
  15. <h1>Modular Inverse</h1>
  16. <center><img src=invmod.png></center>
  17. <hr>
  18. </body>
  19. </html>
  20. /* $Source: /cvs/libtom/libtommath/logs/index.html,v $ */
  21. /* $Revision: 1.2 $ */
  22. /* $Date: 2005/05/05 14:38:47 $ */