mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00:00
base58
Package base58 provides an API for encoding and decoding to and from the modified base58 encoding.
A comprehensive suite of tests is provided to ensure proper functionality.
Examples
- Decode Example Demonstrates how to decode modified base58 encoded data.
- Encode Example Demonstrates how to encode data using the modified base58 encoding scheme.
- CheckDecode Example Demonstrates how to decode Base58Check encoded data.
- CheckEncode Example Demonstrates how to encode data using the Base58Check encoding scheme.