ethash icon indicating copy to clipboard operation
ethash copied to clipboard

Use u32 for the index --contiains #9

Open Ericson2314 opened this issue 4 years ago • 0 comments

Yes, we are indexing memory, but the index itself is manipulated in many non-numerical ways (XORs, etc.). I think it's better to use the fixed size type, just as one would do with a hash algorithm.

Ericson2314 avatar Oct 29 '20 04:10 Ericson2314