rust-bitcoin-unsafe-fast/fuzz/fuzz_targets/hashes
Tobin C. Harding 3b7ba4f977
Remove the SliceIndex implementation from hash types
If folk really want to index into a hash they can us `as_byte_array`
then index that.

Includes a bump to the version number of `hashes` to `v0.15.0` - this
is because otherwise `secp` won't build since we are breaking an API
that is used in the current release of secp.

Fix: #3115
2024-10-02 10:18:45 +10: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 Remove the SliceIndex implementation from hash types 2024-10-02 10:18:45 +10:00
sha1.rs Remove the SliceIndex implementation from hash types 2024-10-02 10:18:45 +10:00
sha256.rs Remove the SliceIndex implementation from hash types 2024-10-02 10:18:45 +10:00
sha512.rs Remove the SliceIndex implementation from hash types 2024-10-02 10:18:45 +10:00
sha512_256.rs Remove the SliceIndex implementation from hash types 2024-10-02 10:18:45 +10:00