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