blake2b160DigestSize constant

int const blake2b160DigestSize

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

Implementation

static const int blake2b160DigestSize = 20;