aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/golomb_rice.cpp
AgeCommit message (Expand)Author
2022-01-06scripted-diff: rename MapIntoRange to FastRange64Pieter Wuille
2022-01-06Merge bitcoin/bitcoin#23760: util: move MapIntoRange() for reuse in fuzz testsMarcoFalke
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-23util: move MapIntoRange() for reuse in fuzz testsfanquake
2021-12-06Remove unused (and broken) functionality in SpanReaderPieter Wuille
2021-12-02Generalize/simplify VectorReader into SpanReaderPieter Wuille
2020-12-10fuzz: Link all targets onceMarcoFalke
2020-05-14Switch from Optional<T> to std::optional<T> (C++17). Run clang-format.practicalswift
2020-04-20tests: Add fuzzing harness for Golomb-Rice coding (GolombRiceEncode/GolombRic...practicalswift