jwerle / b64.c

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

Implemented decode function to return size. #1

Closed prasad83 closed 10 years ago

prasad83 commented 10 years ago

Determining size of (unsigned char *) after decode could get tricky or an overhead - we can make it easy by having a the function (b64_decode_ex) instead. (see the implementation)

jwerle commented 10 years ago

ah, that is useful !

thanks :]