ethash
ethash copied to clipboard
Use u32 for the index --contiains #9
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.