module Multibase::Base

Direct including types

Defined in:

multibase/base.cr

Constant Summary

GMP = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"

Instance Method Summary

Instance Method Detail

def decode(str : String) : Bytes #

[View source]
def encode(data : String | Bytes) : String #

[View source]
def encode(int : Int64) : String #

[View source]
def the_dict : String #

[View source]