b64.h

1
2
3
4
#include <lua.h>

int frombase64(lua_State *, const unsigned char *, unsigned int);
int tobase64(lua_State *, int);