hash160DigestSize constant

int const hash160DigestSize

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

Implementation

static const int hash160DigestSize = 20;