16#if CRYPTOPP_BOOL_X32 || defined(CRYPTOPP_DISABLE_MIXED_ASM)
17# define CRYPTOPP_DISABLE_SHA_ASM 1
52 CRYPTOPP_STATIC_CONSTEXPR
const char*
CRYPTOPP_API StaticAlgorithmName() {
return "SHA-1";}
57 size_t HashMultipleBlocks(
const HashWordType *input,
size_t length);
96 size_t HashMultipleBlocks(
const HashWordType *input,
size_t length);
135 size_t HashMultipleBlocks(
const HashWordType *input,
size_t length);
static std::string StaticAlgorithmName()
The algorithm name.
static void Transform(HashWordType *digest, const HashWordType *data)
Operate the hash.
static void InitState(HashWordType *state)
Initialize state array.
std::string AlgorithmProvider() const
Retrieve the provider of this algorithm.
static void InitState(HashWordType *state)
Initialize state array.
static void Transform(HashWordType *digest, const HashWordType *data)
Operate the hash.
std::string AlgorithmProvider() const
Retrieve the provider of this algorithm.
static void InitState(HashWordType *state)
Initialize state array.
static void Transform(HashWordType *digest, const HashWordType *data)
Operate the hash.
std::string AlgorithmProvider() const
Retrieve the provider of this algorithm.
static void Transform(HashWordType *digest, const HashWordType *data)
Operate the hash.
std::string AlgorithmProvider() const
Retrieve the provider of this algorithm.
static void InitState(HashWordType *state)
Initialize state array.
static void Transform(HashWordType *digest, const HashWordType *data)
Operate the hash.
std::string AlgorithmProvider() const
Retrieve the provider of this algorithm.
static void InitState(HashWordType *state)
Initialize state array.
Library configuration file.
#define CRYPTOPP_API
Win32 calling convention.
unsigned int word32
32-bit unsigned datatype
Base classes for iterated hashes.
Crypto++ library namespace.
Converts an enumeration to a type suitable for use as a template parameter.