7 #ifndef CRYPTOPP_SEED_H 8 #define CRYPTOPP_SEED_H 32 void UncheckedSetKey(
const byte *key,
unsigned int length,
const NameValuePairs ¶ms);
33 void ProcessAndXorBlock(
const byte *inBlock,
const byte *xorBlock,
byte *outBlock)
const;
Inherited by keyed algorithms with fixed key length.
#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.
CRYPTOPP_STATIC_CONSTEXPR const char * StaticAlgorithmName()
Inherited by algorithms with fixed block size.
Classes and functions for implementing secret key algorithms.
Provides class member functions to key a block cipher.
BlockCipherFinal< ENCRYPTION, Base > Encryption
FixedSizeSecBlock< word32, 32 > m_k
Inherited by algorithms with fixed number of rounds.
#define CRYPTOPP_NO_VTABLE
SEED block cipher information.
Provides a base implementation of Algorithm and SimpleKeyingInterface for block ciphers.
BlockCipherFinal< DECRYPTION, Base > Decryption
Interface for retrieving values given their names.