Re: [OpenWrt-Devel] [PATCH] [libubox][v2] b64: add base64 support

2015-04-12 Thread Felix Fietkau
On 2015-04-12 03:31, Luka Perkov wrote: > The base code has been taken from zstream project which was > written by Steven Barth. > > Signed-off-by: Luka Perkov > CC: Steven Barth Your v2 patch did not properly consider my comments on v1. I'll repeat them with some added clarifications. I think

[OpenWrt-Devel] [PATCH] [libubox][v2] b64: add base64 support

2015-04-11 Thread Luka Perkov
The base code has been taken from zstream project which was written by Steven Barth. Signed-off-by: Luka Perkov CC: Steven Barth --- changes in v2: Use new API: size_t b64decode(void **out, const char *in, size_t len); size_t b64encode(char **out, const void *in, size_t len); CMakeLists.txt