b64.c
b64.c copied to clipboard
The allocated buffer is too big for iOS.
// How much memory to allocate per buffer #define B64_BUFFER_SIZE (1024 * 64) // 64K
@wangfenghappy which value should this be?
Since #35 has landed, I believe this can be closed.