LIBKECCAK_STATE_MARSHAL(3) Library Functions Manual LIBKECCAK_STATE_MARSHAL(3)

libkeccak_state_marshal - Marshals a hash state

#include <libkeccak.h>
size_t libkeccak_state_marshal(const struct libkeccak_state *state, void *data);

Link with -lkeccak.

The libkeccak_state_marshal() function marshals *state into the beginning of data.

Specific NULL as data to get minimum usable allocation size for

The libkeccak_state_marshal() returns the number of bytes written to data.

The libkeccak_state_marshal() function cannot fail.

libkeccak_state_unmarshal(3)

LIBKECCAK