14 #ifndef CRYPTOPP_HC256_H 15 #define CRYPTOPP_HC256_H 26 CRYPTOPP_STATIC_CONSTEXPR
const char* StaticAlgorithmName() {
return "HC-256"; }
36 void CipherResynchronize(
byte *keystreamBuffer,
const byte *iv,
size_t length);
37 bool CanOperateKeystream()
const {
return true; }
38 bool CipherIsRandomAccess()
const {
return false; }
67 #endif // CRYPTOPP_HC256_H HC-256 stream cipher information.
Inherited by keyed algorithms with fixed key length.
Base class for additive stream ciphers.
unsigned int word32
32-bit unsigned datatype
Classes and functions for secure memory allocations.
Interface for algorithms that take byte strings as keys.
Classes for implementing stream ciphers.
Provides Encryption and Decryption typedefs used by derived classes to implement a symmetric cipher...
unsigned char byte
8-bit unsigned datatype
HC-256 stream cipher implementation.
KeystreamOperation
Keystream operation flags.
Crypto++ library namespace.
SymmetricCipher implementation.
Interface for retrieving values given their names.