.. index:: single: base58 .. _base58/0: .. rst-class:: right **object** ``base58`` ========== Base58 encoder and decoder (Bitcoin alphabet variant). | **Availability:** | ``logtalk_load(base58(loader))`` | **Author:** Paulo Moura | **Version:** 1:0:0 | **Date:** 2025-01-23 | **Compilation flags:** | ``static, context_switching_calls`` | **Dependencies:** | (none) | **Remarks:** | (none) | **Inherited public predicates:** | (none) .. contents:: :local: :backlinks: top Public predicates ----------------- .. index:: parse/2 .. _base58/0::parse/2: ``parse/2`` ^^^^^^^^^^^ Parses Base58 data from the given source (``atom(Atom)``, ``chars(List)``, or ``codes(List)``) into a list of bytes. | **Compilation flags:** | ``static`` | **Template:** | ``parse(Source,Bytes)`` | **Mode and number of proofs:** | ``parse(++compound,--list(byte))`` - ``one_or_error`` ------------ .. index:: generate/2 .. _base58/0::generate/2: ``generate/2`` ^^^^^^^^^^^^^^ Generates Base58 in the representation specified in the first argument (``atom(Atom)``, ``chars(List)``, or ``codes(List)``) for the list of bytes in the second argument. | **Compilation flags:** | ``static`` | **Template:** | ``generate(Sink,Bytes)`` | **Mode and number of proofs:** | ``generate(+compound,+list(byte))`` - ``one_or_error`` ------------ Protected predicates -------------------- (none) Private predicates ------------------ (none) Operators --------- (none)