I have been working with Crypto++ code and I have encountered a bug.
While using DiffieHelman key generator - GenerateKeyPair function, my
program got into endless recursion (stack overflow). Assemby showed
RecursiveInverseModPower2 function and analyzing this function pointed
to a bug - using key length dividable by 3 just flies into endless
recursion. My test used 768bit / 96byte key. It would be great if this
could be fixed...
--~--~---------~--~----~------------~-------~--~----~
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.
-~----------~----~----~----~------~----~------~--~---