rust-bitcoin-unsafe-fast/fuzz/fuzz_targets/hashes
Andrew Poelstra 2860aae1a5
fuzz: don't fuzz hashes against RustCrypto
We should probably restore this in the future, but we need to rethink
how we fuzz hashes -- right now when cfg(fuzzing) is set, we break all
the hash functions in a way that won't match any other library.

We should probably make this breakage opt-in but this will require
buy-in from rust-lightning and maybe others.
2023-04-27 00:24:53 +00:00
..
cbor.rs fuzz: disable tests unless 'cfg(fuzzing)' is passed; update README for reproducing failures 2023-04-27 00:24:53 +00:00
json.rs fuzz: disable tests unless 'cfg(fuzzing)' is passed; update README for reproducing failures 2023-04-27 00:24:53 +00:00
ripemd160.rs fuzz: don't fuzz hashes against RustCrypto 2023-04-27 00:24:53 +00:00
sha1.rs fuzz: don't fuzz hashes against RustCrypto 2023-04-27 00:24:53 +00:00
sha256.rs fuzz: don't fuzz hashes against RustCrypto 2023-04-27 00:24:53 +00:00
sha512.rs fuzz: don't fuzz hashes against RustCrypto 2023-04-27 00:24:53 +00:00
sha512_256.rs fuzz: don't fuzz hashes against RustCrypto 2023-04-27 00:24:53 +00:00