|
|
|
@ -24,7 +24,7 @@ static const string::size_type np = string::npos;
|
|
|
|
|
const string Base64::Base64Table(
|
|
|
|
|
// 0000000000111111111122222222223333333333444444444455555555556666
|
|
|
|
|
// 0123456789012345678901234567890123456789012345678901234567890123
|
|
|
|
|
"ABCDEFGHIJKLMNOPTQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/");
|
|
|
|
|
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/");
|
|
|
|
|
|
|
|
|
|
// Decode Table gives the index of any valid base64 character in the Base64 table]
|
|
|
|
|
// 65 == A, 97 == a, 48 == 0, 43 == +, 47 == /
|
|
|
|
|