jwerle / b64.c

Base64 encode/decode
MIT License
269 stars 103 forks source link

The allocated buffer is too big for iOS. #33

Open wangfenghappy opened 3 months ago

wangfenghappy commented 3 months ago

// How much memory to allocate per buffer

define B64_BUFFER_SIZE (1024 * 64) // 64K