Skip to main content

Module base58

Module base58 

Source
Expand description

Base58 encoding using the Bitcoin alphabet.

Port of the parts of github.com/KarpelesLab/base58 used by outscript (base58.Bitcoin.Encode / Decode).

Structs§

DecodeError
Error returned when a base58 string contains an invalid character.

Functions§

decode
Decodes a base58 string (Bitcoin alphabet) to bytes.
encode
Encodes bytes to a base58 string (Bitcoin alphabet).