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