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

#include <blake2_constants.hpp>

Static Public Attributes

static const uint32_t IV [8]
 

Member Data Documentation

◆ IV

template<typename T >
const uint32_t digestpp::detail::blake2s_constants< T >::IV
static
Initial value:
= {
0x6a09e667, 0xbb67ae85, 0x3c6ef372, 0xa54ff53a, 0x510e527f, 0x9b05688c, 0x1f83d9ab, 0x5be0cd19
}

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