blockEncByteLens constant

List<int> const blockEncByteLens

List of byte lengths for encoding blocks in Monero Base58 encoding.

Implementation

static const List<int> blockEncByteLens = [0, 2, 3, 5, 6, 7, 9, 10, 11];