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

#include <blake2_constants.hpp>

Static Public Attributes

static const uint64_t IV [8]
 

Member Data Documentation

◆ IV

template<typename T >
const uint64_t digestpp::detail::blake2b_constants< T >::IV
static
Initial value:
= {
0x6A09E667F3BCC908ull, 0xBB67AE8584CAA73Bull, 0x3C6EF372FE94F82Bull, 0xA54FF53A5F1D36F1ull,
0x510E527FADE682D1ull, 0x9B05688C2B3E6C1Full, 0x1F83D9ABFB41BD6Bull, 0x5BE0CD19137E2179ull
}

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