digestpp 1.0
C++11 header-only message digest library
Loading...
Searching...
No Matches
groestl.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_GROESTL_HPP
6#define DIGESTPP_ALGORITHM_GROESTL_HPP
7
8#include "../hasher.hpp"
10
11namespace digestpp
12{
13
54
55 // End of Groestl group
56
57namespace static_size
58{
59
87template<size_t N>
89
90 // End of Groestl group
91
92}
93
94} // namespace digestpp
95
96#endif // DIGESTPP_ALGORITHM_GROESTL_HPP
Main class template implementing the public API for hashing.
Definition hasher.hpp:38
hasher< detail::groestl_provider<> > groestl
Grøstl hash function.
Definition groestl.hpp:53
digestpp namespace
Definition ascon.hpp:14