mirror of
https://github.com/GOSTSec/sgminer
synced 2025-03-10 04:31:03 +00:00
sha256_via: add further comments on byte-swapping work
This commit is contained in:
parent
4da2e4fbe2
commit
eeea340b17
@ -42,6 +42,8 @@ bool scanhash_via(unsigned char *midstate, const unsigned char *data_in,
|
||||
|
||||
/* bitcoin gives us big endian input, but via wants LE,
|
||||
* so we reverse the swapping bitcoin has already done (extra work)
|
||||
* in order to permit the hardware to swap everything
|
||||
* back to BE again (extra work).
|
||||
*/
|
||||
for (i = 0; i < 128/4; i++) {
|
||||
uint32_t *data32 = (uint32_t *) data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user