34 #ifndef GRPC_INTERNAL_CORE_SECURITY_BASE64_H
35 #define GRPC_INTERNAL_CORE_SECURITY_BASE64_H
37 #include <grpc/support/slice.h>
41 char *grpc_base64_encode(
const void *data,
size_t data_size,
int url_safe,
46 gpr_slice grpc_base64_decode(
const char *b64,
int url_safe);