digestpp
1.0
C++11 header-only message digest library
Loading...
Searching...
No Matches
algorithm
whirlpool.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_WHIRLPOOL_HPP
6
#define DIGESTPP_ALGORITHM_WHIRLPOOL_HPP
7
8
#include "
../hasher.hpp
"
9
#include "
detail/whirlpool_provider.hpp
"
10
11
namespace
digestpp
12
{
13
54
typedef
hasher<detail::whirlpool_provider>
whirlpool
;
55
56
// End of Whirlpool group
57
58
}
// namespace digestpp
59
60
#endif
// DIGESTPP_ALGORITHM_WHIRLPOOL_HPP
digestpp::hasher
Main class template implementing the public API for hashing.
Definition
hasher.hpp:38
digestpp::whirlpool
hasher< detail::whirlpool_provider > whirlpool
Whirlpool hash function.
Definition
whirlpool.hpp:54
hasher.hpp
digestpp
digestpp namespace
Definition
ascon.hpp:14
whirlpool_provider.hpp
Generated by
1.12.0