blake2b224DigestSize constant

int const blake2b224DigestSize

Define the size of BLAKE2b-224 digests, which is 28 bytes (224 bits)

Implementation

static const int blake2b224DigestSize = 28;