#ifndef HASH_INIT_2019_06_17_H #define HASH_INIT_2019_06_17_H #include #include #if(__cplusplus >= 201703L) namespace al::crypto::math::constants::hash { #else namespace al { namespace crypto { namespace math { namespace constants { namespace hash { #endif static const std::initializer_list hash_init { UINT32_C(0x67452301), UINT32_C(0xEFCDAB89), UINT32_C(0x98BADCFE), UINT32_C(0x10325476) }; #if(__cplusplus >= 201703L) } // namespace al::crypto::math::constants::hash #else } // namespace hash } // namespace constants } // namespace math } // namespace crypto } // namespace al #endif #endif // HASH_INIT_2019_06_17_H