base.h(0)
limb manual
base.h(0)
NAME
base.h - base-16/32/64/128 encoding/decoding of byte arrays
SYNOPSIS
#include <limb/base.h>
DESCRIPTION
This header defines the required functions perform base 16/32/64/128 encoding/decoding.
Functions
The following functions are defined :
Encode a byte array in the specified base using the given alphabet.
Decode a byte array in the specified base using the given alphabet.