I need a more efficient cryptography because I'm working on some unimplemented algorithms. Is possible to use dh at 4096 bits?
Thanks Marco On 23 Mar, 17:32, Vadym Fedyukovych <[email protected]> wrote: > Why did you choose it of 4096 bits long? > Any problem at 1024? > > On Mon, Mar 22, 2010 at 03:10:19PM -0700, MarcoP wrote: > > Hi, > > > I am an Italian student. I am working on crypting algorithms . I am > > using last version of CryptoPP libraries. > > > I got some problems while execute Diffie Hellmann object with a key > > length of 4096 bit. > > It works until 1024 bit but when I try to set it to 2048 or 4096 , it > > takes a very long time (more then 10 minutes), so I decided to stop > > the execution . > > > DH dhA(rngA,4096); > > > This function: > > dh.PrivateKeyLength(); > > returns size in bytes or bits ? > > > Can you help me? > > Thanks > > Marco > > > -- > > 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 > > athttp://www.cryptopp.com. > > > To unsubscribe from this group, send email to > > cryptopp-users+unsubscribegooglegroups.com or reply to this email with the > > words "REMOVE ME" as the subject. -- 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. To unsubscribe from this group, send email to cryptopp-users+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
