SHA-3 hash
|
Constants for SHA-3 hash functions. More...
#include <cstdint>
Go to the source code of this file.
Variables | |
constexpr uint64_t | rc [] |
round constants | |
constexpr uint8_t | rot [] |
rotate (permutation) array | |
constexpr uint8_t | pi [] = {0, 6, 12, 18, 24, 3, 9, 10, 16, 22, 1, 7, 13, 19, 20, 4, 5, 11, 17, 23, 2, 8, 14, 15, 21} |
pi substitution array | |
constexpr uint64_t | nr = 24 |
number of transform rounds (= 24 from standard) | |
constexpr uint64_t | b = 1600 |
internal register (state) bitwidth | |
Constants for SHA-3 hash functions.
|
constexpr |
round constants
|
constexpr |
rotate (permutation) array