sha3256DigestSize constant

int const sha3256DigestSize

Define the size of SHA-3-256 digests, which is 32 bytes (256 bits)

Implementation

static const int sha3256DigestSize = 32;