module Multibase::Base
Direct including types
Defined in:
multibase/base.crConstant Summary
-
GMP =
"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
Instance Method Summary
- #decode(str : String) : Bytes
- #encode(data : String | Bytes) : String
- #encode(int : Int64) : String
- #the_dict : String