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? 
Anyway just wanted to verify that I'm not missing something.  Their variant 
of CFB seems simple enough to implement.  Also I noticed there is a 
CFB_CipherAbstractPolicy<http://www.cryptopp.com/docs/ref/class_c_f_b___cipher_abstract_policy.html>class.
  Is the CFB implementation in crypto++ configurable in some way?

Thanks
-Atif
<http://www.cryptopp.com/docs/ref/class_c_f_b___cipher_abstract_policy.html>

-- 
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.

Reply via email to