Re: LibTomCrypt [v0.99] and LibTomMath [v0.32]

From: Tom St Denis (tomstdenis_at_iahu.ca)
Date: 10/30/04


Date: Fri, 29 Oct 2004 22:34:46 -0400

Tom St Denis wrote:
> Both released today ;-)

So close...

There is actually a bug in my RSA export. one of the terms is (1/q mod
p) * q mod N and should be 1/q mod p. I computer it as the former for
CRT... The fix is to either divide [mod N] or change my RSA's CRT to
the other form...

I'll have a patch in an hour.

Tom



Relevant Pages