jwerle / b64.c

Base64 encode/decode
MIT License
270 stars 102 forks source link

b64_decode() is not handling whitespaces #20

Open DebasishNath1989 opened 5 years ago

DebasishNath1989 commented 5 years ago

b64_decode is not handling white spaces. I have explicitly added code in my source code to ignore white spaces. Please add it.