mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
v3.7.10
This commit is contained in:
@@ -3468,9 +3468,10 @@ sph_ ## name ## _close(void *cc, void *dst) \
|
||||
for (i = 0; i < 8; i ++) \
|
||||
sph_enc64le((unsigned char *)dst + 8 * i, sc->state[i]); \
|
||||
}
|
||||
// sph_ ## name ## _init(cc); \
|
||||
//}
|
||||
|
||||
/*
|
||||
sph_ ## name ## _init(cc); \
|
||||
}
|
||||
*/
|
||||
MAKE_CLOSE(whirlpool)
|
||||
MAKE_CLOSE(whirlpool0)
|
||||
MAKE_CLOSE(whirlpool1)
|
||||
|
||||
Reference in New Issue
Block a user