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