Skein_512_Update
(void) Skein_512_Update(&ctx, buf, size);
Skein_512_Update(ctx,key,keyBytes); /* hash the key */
Skein_512_Update(ctx, in, len);
int Skein_512_Update(Skein_512_Ctxt_t *ctx, const u08b_t *msg, size_t msgByteCnt);