6 #ifndef CRYPTOPP_SHACAL2_H 7 #define CRYPTOPP_SHACAL2_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;
CRYPTOPP_STATIC_CONSTEXPR const char * StaticAlgorithmName()
#define CRYPTOPP_STATIC_CONSTEXPR
Provides Encryption and Decryption typedefs used by derived classes to implement a block cipher...
#define NAMESPACE_BEGIN(x)
Classes and functions for secure memory allocations.
Inherited by algorithms with fixed block size.
Classes and functions for implementing secret key algorithms.
SHACAL2::Encryption SHACAL2Encryption
BlockCipherFinal< DECRYPTION, Dec > Decryption
SHACAL2 block cipher information.
BlockCipherFinal< ENCRYPTION, Enc > Encryption
Inherited by keyed algorithms with variable key length.
#define CRYPTOPP_NO_VTABLE
SHACAL2::Decryption SHACAL2Decryption
Provides a base implementation of Algorithm and SimpleKeyingInterface for block ciphers.
FixedSizeSecBlock< word32, 64 > m_key
Interface for retrieving values given their names.