• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • Abnf
      • Vwsim
      • Isar
      • Wp-gen
      • Dimacs-reader
      • Pfcs
      • Legacy-defrstobj
      • Proof-checker-array
      • Soft
      • C
      • Farray
      • Rp-rewriter
      • Instant-runoff-voting
      • Imp-language
      • Sidekick
      • Leftist-trees
      • Java
      • Taspi
      • Bitcoin
        • Bip32
        • Bech32
        • Bip39
        • Bip44
        • Base58
          • Base58-encode
          • Base58-decode
          • Base58-character
          • Base58-value
          • Base58-val=>char
          • Base58-vals=>chars
          • Base58-chars=>vals
          • Base58-char=>val
          • *base58-characters*
          • Base58-value-list
          • Base58-character-list
          • *base58-zero*
        • Bip43
        • Bytes
        • Base58check
        • Cryptography
        • Bip-350
        • Bip-173
      • Riscv
      • Des
      • Ethereum
      • X86isa
      • Sha-2
      • Yul
      • Zcash
      • Proof-checker-itp13
      • Regex
      • ACL2-programming-language
      • Json
      • Jfkr
      • Equational
      • Cryptography
      • Poseidon
      • Where-do-i-place-my-book
      • Axe
      • Bigmems
      • Builtins
      • Execloader
      • Aleo
      • Solidity
      • Paco
      • Concurrent-programs
      • Bls12-377-curves
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
    • Math
    • Testing-utilities
  • Bitcoin

Base58

Base58 encoding and decoding.

Base58 encoding is described in Page `Base58Check encoding' of [Wiki]; Base58 encoding is part of Base58Check encoding. Base58 encoding is also described in Section `Base58 and Base58Check Encoding' of Chapter 4 of [MB]. [WP] does not mention Base58 encoding.

Base58 decoding is the inverse of Base58 encoding.

Subtopics

Base58-encode
Turn a list of bytes into the corresponding list of Base58 characters.
Base58-decode
Turn a list of Base58 characters into the corresponding list of bytes.
Base58-character
Base58 characters.
Base58-value
Base58 values.
Base58-val=>char
Turn a Base58 value into the corresponding character.
Base58-vals=>chars
Lift base58-val=>char to lists.
Base58-chars=>vals
Lift base58-char=>val to lists.
Base58-char=>val
Turn a Base58 character into the corresponding value.
*base58-characters*
List of characters used in Base58 encoding.
Base58-value-list
True lists of Base58 values.
Base58-character-list
True lists of Base58 characters.
*base58-zero*
Character that encodes 0 in the Base58 encoding.