blake2b32DigestSize constant

int const blake2b32DigestSize

Define the size of BLAKE2b-32 digests, which is 4 bytes (32 bits)

Implementation

static const int blake2b32DigestSize = 4;