1. 20 Nov, 2003 2 commits
  2. 18 Nov, 2003 1 commit
  3. 16 Nov, 2003 4 commits
  4. 15 Nov, 2003 1 commit
  5. 14 Nov, 2003 1 commit
  6. 13 Nov, 2003 1 commit
    • Geoff Thorpe's avatar
      This rewrites two "for" loops in BN_rshift() - equality with zero is · 9dde17e8
      Geoff Thorpe authored
      generally a more efficient comparison than comparing two integers, and the
      first of these two loops was off-by-one (copying one too many values). This
      change also removes a superfluous assignment that would set an unused word
      to zero (and potentially allow an overrun in some cases).
      
      Submitted by: Nils Larsch
      Reviewed by: Geoff Thorpe
      9dde17e8
  7. 10 Nov, 2003 3 commits
  8. 07 Nov, 2003 2 commits
  9. 06 Nov, 2003 3 commits
  10. 05 Nov, 2003 4 commits
  11. 04 Nov, 2003 3 commits
  12. 31 Oct, 2003 3 commits
  13. 30 Oct, 2003 2 commits
  14. 29 Oct, 2003 10 commits