1 #ifndef CRYPTOPP_SEED_H
2 #define CRYPTOPP_SEED_H
10 NAMESPACE_BEGIN(CryptoPP)
15 static const char *StaticAlgorithmName() {
return "SEED";}
24 void UncheckedSetKey(
const byte *key,
unsigned int length,
const NameValuePairs ¶ms);
25 void ProcessAndXorBlock(
const byte *inBlock,
const byte *xorBlock, byte *outBlock)
const;
to be inherited by keyed algorithms with fixed key length
These objects usually should not be used directly. See CipherModeDocumentation instead.
interface for one direction (encryption or decryption) of a block cipher
to be inherited by block ciphers with fixed block size
to be inherited by ciphers with fixed number of rounds
interface for retrieving values given their names