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
..
2003-11-04 00:51:32 +00:00
2003-10-28 17:26:46 +00:00
2003-10-28 22:10:47 +00:00
2003-05-01 04:10:32 +00:00
2003-06-19 16:56:48 +00:00
2003-05-01 04:10:32 +00:00
2003-03-20 23:54:33 +00:00
2003-01-16 21:32:56 +00:00
2003-01-16 21:32:56 +00:00
2003-05-01 04:10:32 +00:00
2003-06-26 10:26:42 +00:00
2003-03-20 23:26:32 +00:00
2002-11-13 18:10:30 +00:00
2000-02-01 02:21:16 +00:00
2002-08-09 22:34:57 +00:00
2003-09-09 23:44:39 +00:00
2003-09-09 23:44:39 +00:00
2001-07-05 10:20:07 +00:00
2003-02-13 13:21:13 +00:00
2002-10-09 13:40:48 +00:00