jwerle / b64.c

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

Update the ReadMe with the encoding standard used #30

Open tristancr opened 1 year ago

tristancr commented 1 year ago

Hi,

I found your code really good. It seems that the current implementation follows the RFC 4648 standard.

Could you please confirm that it is the case ? If so, could you update the ReadMe so it makes clear which standard you are implementing to everyone ?

Thanks !

jwerle commented 1 year ago

Yep that is the standard we based this on. I'd happily accept a PR as I am pretty busy with other things at the moment. I'l leave this issue open as reminder in case I can get to it sometime soon 🤞🏼