SKEIN1024_CTX
SKEIN1024_CTX skein1024;
SKEIN1024_Init(SKEIN1024_CTX * ctx)
SKEIN1024_Update(SKEIN1024_CTX * ctx, const void *in, size_t len)
SKEIN1024_Final(unsigned char digest[static SKEIN1024_BLOCK_BYTES], SKEIN1024_CTX *ctx)
void SKEIN1024_Init (SKEIN1024_CTX *ctx);
void SKEIN1024_Update(SKEIN1024_CTX *ctx, const void *in, size_t len);
SKEIN1024_CTX *ctx);
char *SKEIN1024_End(SKEIN1024_CTX *, char *);