duino-coin
duino-coin copied to clipboard
Bump libducohasher to 0.1.1
I've updated (and optimized) the code for libducohasher. The SHA1 dependency was updated (the name changed from 'sha1' to 'sha1_smol'; iirc 'sha1' is now in the hands of rust-crypto).
The hashrate increased from 8.8 - 8.9 MH/s to 10.6 - 11 MH/s on one thread on my machine. The binary size will probably be marginally larger. However, when compiled with '--release', the binary takes up roughly 0.5 MB on my machine.
This change doesn't feature any breaking changes. The methods still have the same name and there's currently a miner running on my machine with the updated library.