Base58

Undocumented in source.

Members

Static functions

decode
byte[] decode(char[] input)

Decodes the given base58 string into the original data bytes.

encode
string encode(byte[] inp)

Encodes the given bytes as a base58 string (no checksum is appended).

Static variables

ALPHABET
char[] ALPHABET;

Undocumented in source.

Meta