0.5.0 - 2019-06-07
- Changed: [#131] The Keccak implementation has been moved to separate library "keccak", available as ethash::keccak target in the ethash CMake package.
0.4.4 - 2019-02-26
- Fixed: [#125] Fix compilation on PowerPC architectures (-mtune=generic not supported there).
0.4.3 - 2019-02-19
- Added: [#121]
The public
version.h
header with information about the ethash library version. - Added: [#121]
Ethash and ProgPoW revisions exposed as
{ethash,progpow}::revision
constants.
0.4.2 - 2019-01-24
- Fixed: The
progpow.cpp
file encoding changed from utf-8 to ascii.
0.4.1 - 2018-12-14
- Added: KISS99 PRNG distribution tester tool.
- Changed: ProgPoW implementation updated to revision 0.9.2.
- Changed: ProgPoW implementation optimizations.