Function
FwupdPluginbase64_encode
since: 2.1.5
Declaration [src]
gchar*
fu_base64_encode (
const guint8* buf,
gsize bufsz
)
Description [src]
Encode a sequence of binary data into its Base-64 stringified representation.
This should be used in preference to g_base64_encode() as GLib < 2.60.0 would return
a critical warning if data is NULL.
Available since: 2.1.5