Skip to content
  1. Nov 14, 2003
  2. Nov 13, 2003
    • 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
  3. Nov 10, 2003
  4. Nov 07, 2003
  5. Nov 06, 2003
  6. Nov 05, 2003
  7. Nov 04, 2003
  8. Oct 31, 2003
  9. Oct 30, 2003
  10. Oct 29, 2003