blake2b512DigestSize constant

int const blake2b512DigestSize

Define the size of BLAKE2b-512 digests, which is 64 bytes (512 bits)

Implementation

static const int blake2b512DigestSize = 64;