digestpp
1.0
C++11 header-only message digest library
Loading...
Searching...
No Matches
algorithm
streebog.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_STREEBOG_HPP
6
#define DIGESTPP_ALGORITHM_STREEBOG_HPP
7
8
#include "
../hasher.hpp
"
9
#include "
detail/streebog_provider.hpp
"
10
11
namespace
digestpp
12
{
13
80
typedef
hasher<detail::streebog_provider<>
>
streebog
;
81
82
// End of Streebog group
83
84
namespace
static_size
85
{
86
137
template
<
size_t
N>
138
using
streebog
=
hasher<detail::streebog_provider<N>
>;
139
140
// End of Streebog group
141
142
}
143
144
}
// namespace digestpp
145
146
#endif
// DIGESTPP_ALGORITHM_STREEBOG_HPP
digestpp::hasher
Main class template implementing the public API for hashing.
Definition
hasher.hpp:38
digestpp::streebog
hasher< detail::streebog_provider<> > streebog
Streebog hash function.
Definition
streebog.hpp:80
hasher.hpp
digestpp
digestpp namespace
Definition
ascon.hpp:14
streebog_provider.hpp
Generated by
1.12.0