SKEIN256_CTX
SKEIN256_CTX skein256;
SKEIN256_Init(SKEIN256_CTX * ctx)
SKEIN256_Update(SKEIN256_CTX * ctx, const void *in, size_t len)
SKEIN256_Final(unsigned char digest[static SKEIN_256_BLOCK_BYTES], SKEIN256_CTX *ctx)
void SKEIN256_Init (SKEIN256_CTX *ctx);
void SKEIN256_Update(SKEIN256_CTX *ctx, const void *in, size_t len);
SKEIN256_CTX *ctx);
char *SKEIN256_End(SKEIN256_CTX *, char *);