JavaScript component to compute base 58 encoding. This encoding is typically used for crypto currencies such as Bitcoin.
http://cryptocoinjs.com/modules/misc/bs58/
- Mike Hearn for original Java implementation
- Stefan Thomas for porting to JavaScript
- Stephan Pair for buffer improvements
- Daniel Cousens for cleanup and merging improvements from bitcoinjs-lib
- Jared Deckard for killing
bigi
as a dependency