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