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