digestpp
1.0
C++11 header-only message digest library
Loading...
Searching...
No Matches
algorithm
kupyna.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_KUPYNA_HPP
6
#define DIGESTPP_ALGORITHM_KUPYNA_HPP
7
8
#include "
../hasher.hpp
"
9
#include "
detail/kupyna_provider.hpp
"
10
11
namespace
digestpp
12
{
13
58
typedef
hasher<detail::kupyna_provider<>
>
kupyna
;
59
60
// End of Kupyna group
61
62
namespace
static_size
63
{
64
93
template
<
size_t
N>
94
using
kupyna
=
hasher<detail::kupyna_provider<N>
>;
95
96
// End of Kupyna group
97
98
}
99
100
}
// namespace digestpp
101
102
#endif
// DIGESTPP_ALGORITHM_KUPYNA_HPP
digestpp::hasher
Main class template implementing the public API for hashing.
Definition
hasher.hpp:38
digestpp::kupyna
hasher< detail::kupyna_provider<> > kupyna
Kupyna hash function.
Definition
kupyna.hpp:58
hasher.hpp
kupyna_provider.hpp
digestpp
digestpp namespace
Definition
ascon.hpp:14
Generated by
1.12.0