Mooncore.Util.Base58 (mooncore v0.2.5)

Copy Markdown

Base58 encoding/decoding for compact representation of integers. Used internally for JWT role bitmask encoding.

Summary

Functions

from_binary(x)

from_integer(x)

to_binary(x)

to_integer(x)