1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-11 06:25:18 +00:00

Another scrypt_1024_1_1_256_sp() fix.

This commit is contained in:
unknown 2014-02-17 12:35:10 +01:00
parent f846f38713
commit 850f5149dd

View File

@ -431,7 +431,7 @@ void scrypt_regenhash(struct work *work)
} }
else { else {
scratchbuf = (char *)alloca(SCRATCHBUF_SIZE); scratchbuf = (char *)alloca(SCRATCHBUF_SIZE);
scrypt_1024_1_1_256_sp(data, scratchbuf, ohash, 1024); scrypt_1024_1_1_256_sp(data, scratchbuf, ohash);
} }
flip32(ohash, ohash); flip32(ohash, ohash);