LIBKECCAK_FAST_SQUEEZE(3) Library Functions Manual LIBKECCAK_FAST_SQUEEZE(3)

libkeccak_fast_squeeze - Runs the squeeze phase a number of times

#include <libkeccak.h>
void libkeccak_fast_squeeze(struct libkeccak_state *state, long int times);

Link with -lkeccak.

The libkeccak_fast_squeeze() function runs the Keccak squeeze phase, on the the hash process described by *state, as many times are required to get times additional digests.

The libkeccak_fast_squeeze() function does not return any value.

The libkeccak_fast_squeeze() function cannot fail.

libkeccak_digest(3), libkeccak_fast_digest(3), libkeccak_zerocopy_digest(3), libkeccak_simple_squeeze(3), libkeccak_squeeze(3)

LIBKECCAK