blake2b256DigestSize constant

int const blake2b256DigestSize

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

Implementation

static const int blake2b256DigestSize = 32;