Go to file
Tomasz Sowa 1cd2b4cafa base64: add possibility for the decoding strings to not have padding characters
Add Base64::RequirePaddingOnDecodedStrings(bool) method.

while here:
- add Decode(...) methods taking wide characters as the input string
2022-10-28 14:18:18 +02:00
src base64: add possibility for the decoding strings to not have padding characters 2022-10-28 14:18:18 +02:00
.gitignore added .gitignore file 2021-02-17 17:07:19 +01:00
LICENSE add LICENSE file 2022-07-03 10:59:30 +02:00
Makefile add global Makefile 2022-06-26 06:17:20 +02:00