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:
parent
f846f38713
commit
850f5149dd
2
scrypt.c
2
scrypt.c
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user