Date: Thu, 6 Nov 1997 10:15:45 -0800 (PST)
From: Jan Luehe <Jan.Luehe@Eng>
Subject: Re: Precomputed DSA parameters
To: java-security@web2.javasoft.com, burnettS@RSA.COM
Hi Steve:
> In the documentation on generating a DSA key pair (the
> DSAKeyPairGenerator interface), it notes that there are precomputed DSA
> parameters, the p, q, and g.
>
> At what bit size are there precomputed values? In my tests, it looks
> like there are precomputed values for 512 and 1024 bits. Is that
> correct? Or are there precomputed values for only 1024 bits? Or are
> there values for more bit lengths?
There are precompouted values for 512, 768, and 1024 bits.
Jan