# Functions
Decode32 decode by unrolling the stdlib base32 algorithm + removing all safe checks.
Decode8 decode by unrolling the stdlib base32 algorithm + removing all safe checks.
Encode32 encode by unrolling the stdlib base32 algorithm + removing all safe checks.
Encode8 encode by unrolling the stdlib base32 algorithm + removing all safe checks.