rust-bitcoin-unsafe-fast/hashes/src
merge-script fe62d94ff7
Merge rust-bitcoin/rust-bitcoin#3296: Remove the `SliceIndex` implementation from hash types
3b7ba4f977 Remove the SliceIndex implementation from hash types (Tobin C. Harding)

Pull request description:

  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

ACKs for top commit:
  apoelstra:
    ACK 3b7ba4f977 successfully ran local tests

Tree-SHA512: 0ba93268cd8133fe683183c5e39ab8b3bf25c15bfa5767d2934d67a5f6a0d2f65f6c9304952315fe8a33abfce488d810a8d28400a28facfb658879ed06acca63
2024-10-10 22:39:21 +00: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 Merge rust-bitcoin/rust-bitcoin#3296: Remove the `SliceIndex` implementation from hash types 2024-10-10 22:39:21 +00: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 Merge rust-bitcoin/rust-bitcoin#3296: Remove the `SliceIndex` implementation from hash types 2024-10-10 22:39:21 +00:00