maxHashStringSize top-level constant
int
const maxHashStringSize
Maximum length of hash string representation
Implementation
const int maxHashStringSize = hashSize * 2;
Maximum length of hash string representation
const int maxHashStringSize = hashSize * 2;