SKEIN512_CTX
SKEIN512_CTX skein512;
SKEIN512_Init(SKEIN512_CTX * ctx)
SKEIN512_Update(SKEIN512_CTX * ctx, const void *in, size_t len)
SKEIN512_Final(unsigned char digest[static SKEIN_512_BLOCK_BYTES], SKEIN512_CTX *ctx)
void SKEIN512_Init (SKEIN512_CTX *ctx);
void SKEIN512_Update(SKEIN512_CTX *ctx, const void *in, size_t len);
SKEIN512_CTX *ctx);
char *SKEIN512_End(SKEIN512_CTX *, char *);