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