rust-bitcoin-unsafe-fast/fuzz/fuzz_targets
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
..
bitcoin fix: check overflow for push_int with push_int_unchecked 2024-09-25 03:15:03 +00:00
hashes Remove the SliceIndex implementation from hash types 2024-10-02 10:18:45 +10:00
units Change T::from_str(s) to s.parse::<T>() in tests 2024-08-28 16:13:03 +01:00