blake3.h(0)
limb manual
blake3.h(0)
NAME
blake3.h - BLAKE3 message digest
SYNOPSIS
#include <limb/blake3.h>
DESCRIPTION
This header defines the required function to compute the BLAKE3 hash of a given block of data.
Types
The following types are defined :
blake3_ctx
An opaque structure to be given to the functions below.
Functions
The following functions are defined :
To initialize a blake3 context.
To feed data into the blake3 context.
To obtain the hash from a blake3 context.