mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
v3.7.7
This commit is contained in:
@@ -31,7 +31,7 @@ void lyra2h_hash( void *state, const void *input )
|
||||
sph_blake256( &ctx_blake, input + 64, 16 );
|
||||
sph_blake256_close( &ctx_blake, hash );
|
||||
|
||||
LYRA2Z( lyra2h_matrix, hash, 32, hash, 32, hash, 32, 8, 8, 8);
|
||||
LYRA2Z( lyra2h_matrix, hash, 32, hash, 32, hash, 32, 16, 16, 16 );
|
||||
|
||||
memcpy(state, hash, 32);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user