A simple Base32 Enc/Decoder in C++
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
15
commits
3
commits
Base32.cpp: fix dSrc set but not use, and some commas without use; .gitignore: add build-Base32GUI-Desktop-Debug/;
990942cView on GitHubBase32.cpp, makefile, ../README.md: now linux verion can at least get itself supported;
7988d33View on GitHubBase32.cpp, makefile: now encode and half of decode is available on linux;
5bb8e5aView on GitHubBase32.cpp, README.md: fix the bug of not available for Chinese in linux;
c099c48View on GitHubREADME.md: add linux part and make it prettier; Base32.cpp, makefile: just some trim;
e374f3bView on GitHub