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