blake2b128DigestSize constant

int const blake2b128DigestSize

Define the size of BLAKE2b-160 digests, which is 20 bytes (128 bits)

Implementation

static const int blake2b128DigestSize = 16;