Base32
Module for encoding and decoding in Base32 as per RFC 3548
Constants
TABLE = "ABCDEFGHIJKLMNOPQRSTUVWXYZ234567"
Instance methods
decode(str : String) : String
Sourcedecode_as_bytes(str : String) : Bytes
Sourceencode(str : String) : String
Sourcerandom_base32(length = 16, padding = true) : String
Sourcetable
Sourcetable=(table)
Sourcetable_map
Sourcetable_valid?(table)
Source