rust-bitcoin-unsafe-fast/hashes/src
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
..
cmp.rs Remove the SliceIndex implementation from hash types 2024-10-02 10:18:45 +10:00
hash160.rs Remove the SliceIndex implementation from hash types 2024-10-02 10:18:45 +10:00
hkdf.rs 2024-09-08 automated rustfmt nightly 2024-09-08 01:17:12 +00:00
hmac.rs Merge rust-bitcoin/rust-bitcoin#3395: Remove schemars all together 2024-09-24 19:21:56 +00:00
internal_macros.rs Remove the SliceIndex implementation from hash types 2024-10-02 10:18:45 +10:00
lib.rs Fix buggy cfg in rustdocs 2024-10-01 08:37:22 +10:00
ripemd160.rs Remove the SliceIndex implementation from hash types 2024-10-02 10:18:45 +10:00
serde_macros.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
sha256d.rs Remove the SliceIndex implementation from hash types 2024-10-02 10:18:45 +10:00
sha256t.rs Remove the SliceIndex implementation from hash types 2024-10-02 10:18:45 +10:00
sha384.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
siphash24.rs Remove the SliceIndex implementation from hash types 2024-10-02 10:18:45 +10:00
util.rs Remove the SliceIndex implementation from hash types 2024-10-02 10:18:45 +10:00