digestpp
1.0
C++11 header-only message digest library
Loading...
Searching...
No Matches
algorithm
sm3.hpp
Go to the documentation of this file.
1
/*
2
This code is written by kerukuro and released into public domain.
3
*/
4
5
#ifndef DIGESTPP_ALGORITHM_SM3_HPP
6
#define DIGESTPP_ALGORITHM_SM3_HPP
7
8
#include "
../hasher.hpp
"
9
#include "
detail/sm3_provider.hpp
"
10
11
namespace
digestpp
12
{
13
56
typedef
hasher<detail::sm3_provider>
sm3
;
57
58
// End of SM3 group
59
60
}
// namespace digestpp
61
62
#endif
digestpp::hasher
Main class template implementing the public API for hashing.
Definition
hasher.hpp:38
digestpp::sm3
hasher< detail::sm3_provider > sm3
SM3 hash function.
Definition
sm3.hpp:56
hasher.hpp
digestpp
digestpp namespace
Definition
ascon.hpp:14
sm3_provider.hpp
Generated by
1.12.0