Browse Source

update neoscrypt with Nanashi changes

2upstream
Tanguy Pruvot 8 years ago
parent
commit
6abee0659e
  1. 2
      lbry/lbry.cu
  2. 735
      neoscrypt/cuda_neoscrypt.cu

2
lbry/lbry.cu

@ -180,7 +180,7 @@ extern "C" int scanhash_lbry(int thr_id, struct work *work, uint32_t max_nonce, @@ -180,7 +180,7 @@ extern "C" int scanhash_lbry(int thr_id, struct work *work, uint32_t max_nonce,
} while (!work_restart[thr_id].restart);
//*hashes_done = pdata[LBC_NONCE_OFT32] - first_nonce;
*hashes_done = pdata[LBC_NONCE_OFT32] - first_nonce;
return 0;
}

735
neoscrypt/cuda_neoscrypt.cu

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save