Skip to content

hash testing simplification in test suite

Latest
Compare
Choose a tag to compare
@kiwifb kiwifb released this 14 Jan 22:28
· 5 commits to master since this release

The main purpose of this release is to address testing problems with boost 1.81.0 (issue #53 ). The tests in question are matching hashes to values that may change with new versions of boost.
To future proof the testing, we removed tests for specific value and only compare hash results we know should be identical or different.