mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
v3.4.12
This commit is contained in:
@@ -8,7 +8,8 @@ void zcoin_hash(void *state, const void *input, uint32_t height)
|
||||
|
||||
uint32_t _ALIGN(256) hash[16];
|
||||
|
||||
LYRA2Z(hash, 32, input, 80, input, 80, 2, height, 256);
|
||||
// LYRA2Z(hash, 32, input, 80, input, 80, 2, height, 256);
|
||||
LYRA2Z(hash, 32, input, 80, input, 80, 2, 8192, 256);
|
||||
|
||||
memcpy(state, hash, 32);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user