BitCrack
BitCrack copied to clipboard
fix bas58 encoding of uint256 with leading zeros
When the input to base58 starts with leading zeros, this function will return a bad result. This PR fixes this issue.