digestpp 1.0
C++11 header-only message digest library
Loading...
Searching...
No Matches
echo.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_ECHO_HPP
6#define DIGESTPP_ALGORITHM_ECHO_HPP
7
8#include "../hasher.hpp"
10#include "mixin/echo_mixin.hpp"
11
12namespace digestpp
13{
14
63
64 // End of ECHO group
65
66namespace static_size
67{
68
103template<size_t N>
105
106 // End of ECHO group
107
108}
109
110} // namespace digestpp
111
112#endif // DIGESTPP_ALGORITHM_ECHO_HPP
113
Main class template implementing the public API for hashing.
Definition hasher.hpp:38
Defines additional public functions for ECHO algorithm.
Definition echo_mixin.hpp:20
hasher< detail::echo_provider<>, mixin::echo_mixin > echo
Echo hash function.
Definition echo.hpp:62
digestpp namespace
Definition ascon.hpp:14