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