Base58

Members

Static functions

decode
byte[] decode(in char[] input)

Decodes the given base58 string into the original data bytes.

encode
string encode(in byte[] inp)

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

Meta