Module bs58::alphabet [−][src]
Expand description
Commonly used Base58 alphabets.
Structs
| Alphabet | Prepared Alpabet for |
Constants
| BITCOIN | Bitcoin’s alphabet as defined in their Base58Check encoding. |
| DEFAULT | The default alphabet used if none is given. Currently is the
|
| FLICKR | Flickr’s alphabet for creating short urls from photo ids. |
| MONERO | Monero’s alphabet as defined in this forum post. |
| RIPPLE | Ripple’s alphabet as defined in their wiki. |