Base58.encode

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

@param input the bytes to encode @return the base58-encoded string

class Base58
static
string
encode
(
byte[] inp
)

Meta