rust-secp256k1-unsafe-fast/contrib
Andrew Poelstra 85075a654c replace `fuzztarget` Cargo feature with a rustc --cfg flag
It's super dangerous to use Cargo features for this, since they can be set
accidentally (or maliciously by any crate in a user's entire dep tree). Instead
we can just require users set `RUSTFLAGS` appropriately, which we can easily
do in our fuzzing scripts.
2020-12-22 15:42:02 +00:00
..
test.sh replace `fuzztarget` Cargo feature with a rustc --cfg flag 2020-12-22 15:42:02 +00:00