mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 12:17:49 +02:00
use base64 alphabet directly
This commit is contained in:
parent
7c471d99c3
commit
95b40c0c30
2 changed files with 7 additions and 2 deletions
|
@ -27,6 +27,11 @@ namespace data
|
|||
'4', '5', '6', '7', '8', '9', '-', '~'
|
||||
};
|
||||
|
||||
const char * GetBase64SubstitutionTable ()
|
||||
{
|
||||
return T64;
|
||||
}
|
||||
|
||||
/*
|
||||
* Reverse Substitution Table (built in run time)
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue