On Dec 20, 12:34 pm, Atif <[email protected]> wrote: > Morning guys, so after reading more of the documentation I found a > reference to "PGP CFB mode (classes PGP_CFBEncryption and PGP_CFBDecryption)". > The wiki (http://cryptopp.com/wiki/User_Guide:_Header_Files) claims these > modes are available in modes.h, however they don't seem to exist. grep-ing > through the rest of the code base didn't find any matches as well. > > Perhaps they were in an older version of the library and were deprecated? Yes, they look like Crypto++ 4.2 or earlier (perhaps much earlier). A lot of things changed at Crypto++ 5.0.
Grepping the SVN logs (svn log -v | grep -i PGP_CFBDecryption) returned no hits. Crypto++ does not have a proper change log, so it will take some digging to find when they were deprecated or removed. Jeff -- 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.
