module

RNS::Management::Base32

Minimal Base32 encoder/decoder (RFC 4648, no padding)

Constants

ALPHABET = "ABCDEFGHIJKLMNOPQRSTUVWXYZ234567"

Class methods

decode(str : String) : Bytes
Source
encode(data : Bytes) : String
Source