adamvr / arduino-base64

A base64 library for the arduino platform, written in C
MIT License
184 stars 102 forks source link

wrong encoding #13

Open thomasaustria opened 9 years ago

thomasaustria commented 9 years ago

This is the output on an arduino due with the sample sketch: wiki:pedia = d2lraTpwZWRpYQA= This is however wrong. It should be "d2lraTpwZWRpYQ==". Both string side by side:

d2lraTpwZWRpYQA= d2lraTpwZWRpYQ==

palto42 commented 6 years ago

Please see https://github.com/adamvr/arduino-base64/issues/12#issuecomment-386869533 and pull request #23