digestpp
1.0
C++11 header-only message digest library
Loading...
Searching...
No Matches
algorithm
sha3.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_SHA3_HPP
6
#define DIGESTPP_ALGORITHM_SHA3_HPP
7
8
#include "
../hasher.hpp
"
9
#include "
detail/sha3_provider.hpp
"
10
11
namespace
digestpp
12
{
13
55
typedef
hasher<detail::sha3_provider<>
>
sha3
;
56
57
// End of SHA3 group
58
59
namespace
static_size
60
{
61
89
template
<
size_t
N>
90
using
sha3
=
hasher<detail::sha3_provider<N>
>;
91
92
// End of SHA3 group
93
94
}
95
96
}
// namespace digestpp
97
98
#endif
// DIGESTPP_ALGORITHM_SHA3_HPP
digestpp::hasher
Main class template implementing the public API for hashing.
Definition
hasher.hpp:38
digestpp::sha3
hasher< detail::sha3_provider<> > sha3
SHA-3 hash function.
Definition
sha3.hpp:55
hasher.hpp
digestpp
digestpp namespace
Definition
ascon.hpp:14
sha3_provider.hpp
Generated by
1.12.0