The hashing libraries have significant improvements since first used in the GhostRider algorithm. We need to update the libraries in the core code to improve sync performance and to reduce heat/power utilization.
[ ] Review the xmrig crypto libraries - I believe these would be a good source to build from.
[ ] Incorporate updated hashing, working to keep the calls modular (needed for future development).
[ ] Verify Unit Tests pass
[ ] Compare Bench tests before and after to show measurable improvement.
[ ] Verify this is working properly on all target environments
This will require extensive testing and should not be merged until we are confident in all testing.
Incorporate improved hashing libraries
The hashing libraries have significant improvements since first used in the GhostRider algorithm. We need to update the libraries in the core code to improve sync performance and to reduce heat/power utilization.
This will require extensive testing and should not be merged until we are confident in all testing.