19 static void absorb(std::uint64_t
state[5][5]);
20 static std::uint64_t rotl64(std::uint64_t
x,
int i);
22 static const unsigned char ROTATION[5][5];
23 static constexpr int BLOCK_SIZE = 200 -
HASH_LEN * 2;
24 static constexpr int NUM_ROUNDS = 24;
Definition keccak256.hpp:10
static constexpr int HASH_LEN
Definition keccak256.hpp:12
static void getHash(const std::uint8_t msg[], std::size_t len, std::uint8_t hashResult[HASH_LEN])
Definition keccak256.cpp:6
Definition decentralised_art.hpp:30