BitCrack icon indicating copy to clipboard operation
BitCrack copied to clipboard

fix bas58 encoding of uint256 with leading zeros

Open fishpepper opened this issue 3 years ago • 0 comments

When the input to base58 starts with leading zeros, this function will return a bad result. This PR fixes this issue.

fishpepper avatar Apr 09 '21 13:04 fishpepper