Dear All In the examples of DH parameter generation located at http://www.cryptopp.com/wiki/Diffie-Hellman, I see that Crypto++ is able to generate primes of the form p=2q+1.
I noticed that in the wiki page it is suggested that it is possible to initialize with any (p,q,g) of the users choice with p=kq+1 when k>2 as dh.AccessGroupParameters().Initialize(p, q, g); I was wondering if it is possible to use Crypto++ as is to generate primes of this second type? I would like to use primes of this form but for high security levels (say 4096-bit p and 256-bit q for example). Are there published parameters of this form for higher security levels available in RFC's or standards? Thanks in advance. Kind Regards -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com.
