#include <stdint.h>
Go to the source code of this file.
Macros
Calculate the output size in bytes needed to decode a base64 string with length x to a data buffer.
More...
Calculate the output size needed to base64-encode x bytes to a null-terminated string.
More...
Functions
Decode a base64-encoded string.
More...
Encode data to base64 and null-terminate.
More...