digestpp 1.0
C++11 header-only message digest library
Loading...
Searching...
No Matches
groestl_provider.hpp File Reference

Go to the source code of this file.

Classes

class  digestpp::detail::groestl_provider< HS >
 

Namespaces

namespace  digestpp
 digestpp namespace
 
namespace  digestpp::detail
 
namespace  digestpp::detail::groestl_functions
 

Functions

template<int R>
static void digestpp::detail::groestl_functions::roundP (uint64_t *x, uint64_t *y, uint64_t i)
 
template<int R>
static void digestpp::detail::groestl_functions::roundQ (uint64_t *x, uint64_t *y, uint64_t i)
 
template<int R>
static void digestpp::detail::groestl_functions::transform (uint64_t *h, const uint64_t *m)
 
template<int R>
static void digestpp::detail::groestl_functions::outputTransform (uint64_t *h)