6 #ifndef CRYPTOPP_CAMELLIA_H 7 #define CRYPTOPP_CAMELLIA_H 30 void UncheckedSetKey(
const byte *key,
unsigned int keylen,
const NameValuePairs ¶ms);
31 void ProcessAndXorBlock(
const byte *inBlock,
const byte *xorBlock,
byte *outBlock)
const;
Camellia::Encryption CamelliaEncryption
#define CRYPTOPP_STATIC_CONSTEXPR
Provides Encryption and Decryption typedefs used by derived classes to implement a block cipher...
BlockCipherFinal< DECRYPTION, Base > Decryption
#define NAMESPACE_BEGIN(x)
Library configuration file.
Classes and functions for secure memory allocations.
Inherited by algorithms with fixed block size.
#define CRYPTOPP_ALIGN_DATA(x)
Classes and functions for implementing secret key algorithms.
CRYPTOPP_STATIC_CONSTEXPR const char * StaticAlgorithmName()
Provides class member functions to key a block cipher.
BlockCipherFinal< ENCRYPTION, Base > Encryption
Inherited by keyed algorithms with variable key length.
#define CRYPTOPP_NO_VTABLE
Camellia block cipher information.
Camellia::Decryption CamelliaDecryption
Provides a base implementation of Algorithm and SimpleKeyingInterface for block ciphers.
Interface for retrieving values given their names.