LIBKECCAK_STATE_WIPE_SPONGE(3) Library Functions Manual LIBKECCAK_STATE_WIPE_SPONGE(3)

libkeccak_state_wipe_sponge - Securely erase the Keccak sponge state

#include <libkeccak.h>
void libkeccak_state_wipe_sponge(struct libkeccak_state *state);

Link with -lkeccak.

The libkeccak_state_wipe_sponge() function securely erases the state of the Keccak sponge.

The libkeccak_state_wipe_sponge() function does not return any value.

The libkeccak_state_wipe_sponge() function cannot fail.

libkeccak_state_wipe_message(3), libkeccak_state_wipe(3), libkeccak_state_fast_destroy(3), libkeccak_state_destroy(3), libkeccak_state_reset(3)

LIBKECCAK