6 #ifndef CRYPTOPP_MARS_H 7 #define CRYPTOPP_MARS_H 29 void UncheckedSetKey(
const byte *userKey,
unsigned int length,
const NameValuePairs ¶ms);
40 void ProcessAndXorBlock(
const byte *inBlock,
const byte *xorBlock,
byte *outBlock)
const;
46 void ProcessAndXorBlock(
const byte *inBlock,
const byte *xorBlock,
byte *outBlock)
const;
#define CRYPTOPP_STATIC_CONSTEXPR
Provides Encryption and Decryption typedefs used by derived classes to implement a block cipher...
#define NAMESPACE_BEGIN(x)
CRYPTOPP_STATIC_CONSTEXPR const char * StaticAlgorithmName()
Classes and functions for secure memory allocations.
Inherited by algorithms with fixed block size.
Classes and functions for implementing secret key algorithms.
BlockCipherFinal< DECRYPTION, Dec > Decryption
MARS::Decryption MARSDecryption
FixedSizeSecBlock< word32, 40 > m_k
MARS block cipher information.
Inherited by keyed algorithms with variable key length.
#define CRYPTOPP_NO_VTABLE
MARS::Encryption MARSEncryption
Provides a base implementation of Algorithm and SimpleKeyingInterface for block ciphers.
BlockCipherFinal< ENCRYPTION, Enc > Encryption
Interface for retrieving values given their names.