Skip to content

Commit 1df434e

Browse files
author
Adam Rudd
committed
Removed superfluous b64 alphabet
1 parent 3937415 commit 1df434e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Base64.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
#include "Base64.h"
22

3-
const char b64_alphabet[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
4-
"abcdefghijklmnopqrstuvwxyz"
5-
"0123456789+/";
6-
73
/* 'Private' declarations */
84
inline void a3_to_a4(unsigned char * a4, unsigned char * a3);
95
inline void a4_to_a3(unsigned char * a3, unsigned char * a4);

0 commit comments

Comments
 (0)