LIBKECCAK
libkeccak-devel
Development files for libkeccak
NAME
libkeccak_state_reset - Reinitialise hash state
SYNOPSIS
#include <libkeccak.h>
void libkeccak_state_reset(struct libkeccak_state *state);
Link with -lkeccak.
DESCRIPTION
The libkeccak_state_reset() function reinitialises *state, but keeps the tuning, so it can be used to hash another message.
RETURN VALUES
The libkeccak_state_reset() function does not return any value.
ERRORS
The libkeccak_state_reset() function cannot fail.