base64.h(0)
limb manual
base64.h(0)
NAME
base64.h - base64 encode/decode a byte array
SYNOPSIS
#include <limb/base64.h>
DESCRIPTION
This header defines the required functions perform base64 encoding/decoding.
Functions
The following functions are defined :
Encode a byte array using BASE64 algorithm as per RFC 4648.
Decode a byte array using BASE64 algorithm as par RFC 4648.