Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
#include <modes.h>
Public Member Functions | |
CipherModeFinalTemplate_ExternalCipher () | |
Construct a default CipherModeFinalTemplate. More... | |
CipherModeFinalTemplate_ExternalCipher (BlockCipher &cipher) | |
Construct a CipherModeFinalTemplate. More... | |
CipherModeFinalTemplate_ExternalCipher (BlockCipher &cipher, const byte *iv, int feedbackSize=0) | |
Construct a CipherModeFinalTemplate. More... | |
std::string | AlgorithmName () const |
Provides the name of this algorithm. More... | |
std::string | AlgorithmProvider () const |
BASE | CipherModeFinalTemplate_CipherHolder base class |
Base class for external mode cipher combinations
|
inline |
|
inline |
|
inline |
|
inline |
Provides the name of this algorithm.
The standard algorithm name can be a name like AES or AES/GCM. Some algorithms do not have standard names yet. For example, there is no standard algorithm name for Shoup's ECIES.
|
inline |