base64 icon indicating copy to clipboard operation
base64 copied to clipboard

Base64 is a C library to convert from plain to base64 and vice versa suitable for embedded systems.

Results 1 base64 issues
Sort by recently updated
recently updated
newest added

Thanks for this very well written library! In the `char* bintob64( char* dest, void const* src, size_t size );` API, can you please specify how big `dest` should be (starting...