Go to the documentation of this file.
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);
unsigned char UInt_8
Definition: Types.h:43