11 static constexpr UInt_8 asciiUrl[] =
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_";
12 static constexpr UInt_8 ascii[] =
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
28 static bool IsBase64URL(
const UInt_8 &c);
30 static bool IsBase64(
const UInt_8 &c);
static Str_8 Encode(const Str_8 &input)
Definition Base64.cpp:35
static Str_8 DecodeURL(const Str_8 &input)
Definition Base64.cpp:73
static Str_8 Decode(const Str_8 &input)
Definition Base64.cpp:133
static Str_8 EncodeURL(const Str_8 &input)
Definition Base64.cpp:5
unsigned char UInt_8
Definition Types.h:43
Str< Char_8, UInt_64 > Str_8
Definition Str.h:1953