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

#include <ascon_constants.hpp>

Static Public Attributes

static const uint64_t RC [12]
 
static const uint64_t IVHASH [5]
 
static const uint64_t IVXOF [5]
 
static const uint64_t IVCXOF [5]
 

Member Data Documentation

◆ IVCXOF

template<typename T >
const uint64_t digestpp::detail::ascon_constants< T >::IVCXOF
static
Initial value:
= {
0x675527c2a0e8de03ull, 0x43d12d7dc0377bbcull, 0xe9901dec426e81b5ull, 0x2ab14907720780b6ull,
0x8f3f1d02d432bc46ull
}

◆ IVHASH

template<typename T >
const uint64_t digestpp::detail::ascon_constants< T >::IVHASH
static
Initial value:
= {
0x9b1e5494e934d681ull, 0x4bc3a01e333751d2ull, 0xae65396c6b34b81aull, 0x3c7fd4a4d56a4db3ull,
0x1a5c464906c5976dull
}

◆ IVXOF

template<typename T >
const uint64_t digestpp::detail::ascon_constants< T >::IVXOF
static
Initial value:
= {
0xda82ce768d9447ebull, 0xcc7ce6c75f1ef969ull, 0xe7508fd780085631ull, 0x0ee0ea53416b58ccull,
0xe0547524db6f0bdeull
}

◆ RC

template<typename T >
const uint64_t digestpp::detail::ascon_constants< T >::RC
static
Initial value:
= {
0x00000000000000f0ull, 0x00000000000000e1ull, 0x00000000000000d2ull, 0x00000000000000c3ull,
0x00000000000000b4ull, 0x00000000000000a5ull, 0x0000000000000096ull, 0x0000000000000087ull,
0x0000000000000078ull, 0x0000000000000069ull, 0x000000000000005aull, 0x000000000000004bull
}

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