#include <sph_radiogatun.h>
This structure is a context for RadioGatun[32] computations: it contains intermediate values and some data from the last entered block. Once a RadioGatun[32] computation has been performed, the context can be reused for another computation.
The contents of this structure are private. A running RadioGatun[32] computation can be cloned by copying the context (e.g. with a simple memcpy()
).