Skip to content

base58check alphabet #20

@iuriguilherme

Description

@iuriguilherme

The base58check uses this array of chars: "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"

Bitcoin base58 alphabet

Tezos base58 alphabet

Definition

Why is fxhash using this one? ("123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ")

I get that order doesn't matter for the random generation of var fxhash, but I realized I was using the wrong index for base58 to decimal conversion because I was relying on the defined alphabet variable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions