14 #ifndef CRYPTOPP_SM3_H 15 #define CRYPTOPP_SM3_H 37 static void InitState(HashWordType *state);
49 static void Transform(HashWordType *digest,
const HashWordType *data);
53 CRYPTOPP_STATIC_CONSTEXPR
const char* StaticAlgorithmName() {
return "SM3"; }
56 size_t HashMultipleBlocks(
const HashWordType *input,
size_t length);
61 #endif // CRYPTOPP_SM3_H
Converts an enumeration to a type suitable for use as a template parameter.
Library configuration file.
Crypto++ library namespace.