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