digestpp 1.0
C++11 header-only message digest library
Loading...
Searching...
No Matches
digestpp::detail::whirlpool_constants< V > Struct Template Reference

#include <whirlpool_constants.hpp>

Static Public Attributes

static const uint64_t RC [10]
 
static const uint64_t T [8][256]
 

Member Data Documentation

◆ RC

template<typename V >
const uint64_t digestpp::detail::whirlpool_constants< V >::RC
static
Initial value:
= {
0x4f01b887e8c62318ull,
0x52916f79f5d2a636ull,
0x357b0ca38e9bbc60ull,
0x57fe4b2ec2d7e01dull,
0xda4af09fe5377715ull,
0x856ba0b10a29c958ull,
0x67053ecbf4105dbdull,
0xd8957da78b4127e4ull,
0x9e4717dd667ceefbull,
0x33835aad07bf2dcaull
}

◆ T

template<typename V >
const uint64_t digestpp::detail::whirlpool_constants< V >::T
static

The documentation for this struct was generated from the following file: