General:
I need a custom function to convert X to Base58 Check, where X meets format requirements.
Specific:
The Bitcoin algorithm uses a multistep process of converting a very large random number (32 byte HEX) called a ECDSA Key into a very specific new format called a public address. The last...