base32Rfc top-level constant

Base32CodecRfc const base32Rfc

A base32Rfc encoder and decoder.

It encodes and decodes using the base32 alphabet. It does not allow invalid characters when decoding.

Implementation

const Base32CodecRfc base32Rfc = Base32CodecRfc();