pub const BASE64_CHARSET_TABLE: &[u8] = b"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
The Base64 character set table. This constant contains the characters used for Base64 encoding.