A faster alternative to base64 encoding and provides missing base encoding for OpenResty application - lua-resty-base-encoding/modp_b64_data.h at master · huntkalio/lua-resty-base-encoding
* int len = modp_b64_decode(dest, src, sourcelen); * if (len == -1) { error } * \endcode */ size_t modp_b64_decode(char* dest, const char* src, size_t len); /** * Given a source string of length len, this returns the amount of ...
A faster alternative to base64 encoding and provides missing base encoding for OpenResty application - lua-resty-base-encoding/modp_b64.c at master · spacewander/lua-resty-base-encoding