core :: CString :: base64_chars
# Alphabet used by the base64 algorithm private fun base64_chars : Bytes do return b"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" end