Crypto++
5.6.3
Free C++ class library of cryptographic schemes
|
OFB block cipher mode of operation. More...
Public Member Functions | |
CipherModeFinalTemplate_ExternalCipher (BlockCipher &cipher) | |
CipherModeFinalTemplate_ExternalCipher (BlockCipher &cipher, const byte *iv, int feedbackSize=0) | |
std::string | AlgorithmName () const |
OFB block cipher mode of operation.
BASE | CipherModeFinalTemplate_CipherHolder class |