8.16.0.1
Base58
(require base58) | package: base58 |
Provides Base58Check encoding and decoding functions.
Encodes bs to a base58 string.
When check? is not #f, appends check bytes.
Decodes base58 string str to bytes.
When check? is not #f, validates and removes check bytes.