aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_bitcoin_fuzzy.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Init ECC context for test_bitcoin_fuzzy.Gregory Maxwell2017-02-051-0/+2
| | | | This avoids calling things like pubkey_parse with a null context argument.
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
| | | | | | Edited via: $ contrib/devtools/copyright_header.py update .
* Make fuzzer actually test CTxOutCompressorPieter Wuille2016-12-151-2/+2
|
* Simple fuzzing frameworkPatrick Strateman2016-12-151-0/+256