5#ifndef DIGESTPP_PROVIDERS_SHA3_CONSTANTS_HPP
6#define DIGESTPP_PROVIDERS_SHA3_CONSTANTS_HPP
17 const static uint64_t
RC[24];
22 0x0000000000000001ull, 0x0000000000008082ull, 0x800000000000808Aull, 0x8000000080008000ull,
23 0x000000000000808Bull, 0x0000000080000001ull, 0x8000000080008081ull, 0x8000000000008009ull,
24 0x000000000000008Aull, 0x0000000000000088ull, 0x0000000080008009ull, 0x000000008000000Aull,
25 0x000000008000808Bull, 0x800000000000008Bull, 0x8000000000008089ull, 0x8000000000008003ull,
26 0x8000000000008002ull, 0x8000000000000080ull, 0x000000000000800Aull, 0x800000008000000Aull,
27 0x8000000080008081ull, 0x8000000000008080ull, 0x0000000080000001ull, 0x8000000080008008ull
digestpp namespace
Definition ascon.hpp:14
Definition sha3_constants.hpp:16
static const uint64_t RC[24]
Definition sha3_constants.hpp:17