On Sat, Jan 05, 2002 at 01:02:10PM +0100, Goran Thyni wrote:
<>
> Something goes wrong in a key generation (and BigInteger
> is involved). An infinite loop is created:
<>
> do {
> x = new XBigInteger(160, r);
<>
> } while (x.compareTo(g.getQ()) > -1);
<>
> The while never false is never.
> XBigInteger is a hack to use MJR's libgcj patch
> but it still does not work.
>
> I'll keep investigating,
> any pointers appriciated.
I doubt this is a compiler problem, it simply looks like
BigInteger.compareTo is broken to me.
<>
--
Oskar Sandberg
oskar at freenetproject.org
_______________________________________________
Devl mailing list
Devl at freenetproject.org
http://lists.freenetproject.org/mailman/listinfo/devl