Fabcoin Core
0.16.2
P2P Digital Currency
|
Block cipher mode of operation aggregate. More...
#include <modes.h>
Public Member Functions | |
CipherModeFinalTemplate_CipherHolder () | |
CipherModeFinalTemplate_CipherHolder (const byte *key, size_t length) | |
CipherModeFinalTemplate_CipherHolder (const byte *key, size_t length, const byte *iv) | |
CipherModeFinalTemplate_CipherHolder (const byte *key, size_t length, const byte *iv, int feedbackSize) | |
Public Member Functions inherited from AlgorithmImpl< BASE, CipherModeFinalTemplate_CipherHolder< CIPHER, BASE > > | |
std::string | AlgorithmName () const |
Static Public Member Functions | |
static std::string CRYPTOPP_API | StaticAlgorithmName () |
Static Public Member Functions inherited from AlgorithmImpl< BASE, CipherModeFinalTemplate_CipherHolder< CIPHER, BASE > > | |
static std::string CRYPTOPP_API | StaticAlgorithmName () |
Additional Inherited Members | |
Protected Member Functions inherited from AlgorithmImpl< BASE, CipherModeFinalTemplate_CipherHolder< CIPHER, BASE > > | |
std::string | AlgorithmName () const |
Static Protected Member Functions inherited from AlgorithmImpl< BASE, CipherModeFinalTemplate_CipherHolder< CIPHER, BASE > > | |
static std::string CRYPTOPP_API | StaticAlgorithmName () |
Protected Attributes inherited from ObjectHolder< CIPHER > | |
CIPHER | m_object |
Block cipher mode of operation aggregate.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |