1. 16 Nov, 2003 3 commits
  2. 15 Nov, 2003 1 commit
  3. 14 Nov, 2003 1 commit
  4. 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
  5. 10 Nov, 2003 3 commits
  6. 07 Nov, 2003 2 commits
  7. 06 Nov, 2003 3 commits
  8. 05 Nov, 2003 4 commits
  9. 04 Nov, 2003 3 commits
  10. 31 Oct, 2003 3 commits
  11. 30 Oct, 2003 2 commits
  12. 29 Oct, 2003 14 commits