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
json.rs
ripemd160.rs
sha1.rs
sha256.rs
sha512.rs
sha512_256.rs