Crypto++
8.2
Free C++ class library of cryptographic schemes
|
Go to the documentation of this file.
11 #ifndef CRYPTOPP_HIGHT_H
12 #define CRYPTOPP_HIGHT_H
25 static const std::string StaticAlgorithmName()
48 void UncheckedSetKey(
const byte *userKey,
unsigned int keyLength,
const NameValuePairs ¶ms);
57 class CRYPTOPP_NO_VTABLE
Enc :
public Base
60 void ProcessAndXorBlock(
const byte *inBlock,
const byte *xorBlock,
byte *outBlock)
const;
66 class CRYPTOPP_NO_VTABLE
Dec :
public Base
69 void ProcessAndXorBlock(
const byte *inBlock,
const byte *xorBlock,
byte *outBlock)
const;
81 #endif // CRYPTOPP_HIGHT_H
HIGHT block cipher transformation functions.
HIGHT block cipher information.
Classes and functions for secure memory allocations.
Inherited by algorithms with fixed block size.
Provides a base implementation of Algorithm and SimpleKeyingInterface for block ciphers.
Inherited by keyed algorithms with fixed key length.
Encryption transformation.
Provides Encryption and Decryption typedefs used by derived classes to implement a block cipher.
Classes and functions for implementing secret key algorithms.
HIGHT 64-bit block cipher.
Crypto++ library namespace.
Library configuration file.
Encryption transformation.
Interface for retrieving values given their names.
Classes for working with NameValuePairs.