Geoff Thorpe 9dde17e8b4 This rewrites two "for" loops in BN_rshift() - equality with zero is
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
2003-11-13 15:03:14 +00:00
..
1999-04-29 16:04:54 +00:00
2000-11-30 00:18:19 +00:00
2000-02-16 13:24:06 +00:00
2002-11-14 11:22:01 +00:00
2003-02-22 18:00:14 +00:00