List of byte lengths for encoding blocks in Monero Base58 encoding.
static const List<int> blockEncByteLens = [0, 2, 3, 5, 6, 7, 9, 10, 11];