aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/float.cpp
AgeCommit message (Expand)Author
2021-06-07fuzz: Increase branch coverage of the float fuzz targetMarcoFalke
2021-05-24Remove support for double serializationPieter Wuille
2021-05-24Convert uses of double-serialization to {En,De}codeDoublePieter Wuille
2021-05-24Remove unused float serializationMarcoFalke
2020-12-10fuzz: Link all targets onceMarcoFalke
2020-01-31tests: Add fuzzing harness for functions taking floating-point types as inputpracticalswift