digestpp 1.0
C++11 header-only message digest library
Loading...
Searching...
No Matches
sha3.hpp
Go to the documentation of this file.
1/*
2This 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"
10
11namespace digestpp
12{
13
56
57 // End of SHA3 group
58
59namespace static_size
60{
61
89template<size_t N>
91
92 // End of SHA3 group
93
94}
95
96} // namespace digestpp
97
98#endif // DIGESTPP_ALGORITHM_SHA3_HPP
Main class template implementing the public API for hashing.
Definition hasher.hpp:38
hasher< detail::sha3_provider<> > sha3
SHA-3 hash function.
Definition sha3.hpp:55
digestpp namespace
Definition ascon.hpp:14