|
@@ -477,7 +477,7 @@ unsigned int Skein_512_Unroll_Cnt(void)
|
|
|
|
|
|
/***************************** Skein1024 ******************************/
|
|
|
#if !(SKEIN_USE_ASM & 1024)
|
|
|
-void Skein1024_Process_Block(struct skein1024_ctx *ctx, const u8 *blkPtr, \
|
|
|
+void Skein1024_Process_Block(struct skein1024_ctx *ctx, const u8 *blkPtr,
|
|
|
size_t blkCnt, size_t byteCntAdd)
|
|
|
{ /* do it in C, always looping (unrolled is bigger AND slower!) */
|
|
|
enum {
|