rust-bitcoin-unsafe-fast/bitcoin/src/psbt
Andrew Poelstra 3c7ac53e89
Merge rust-bitcoin/rust-bitcoin#2715: psbt: Use macro to hash instead of relying on `Hash` trait
9e4b092fce psbt: Use macro instead of function (Tobin C. Harding)

Pull request description:

  We have a private function that makes use of the `Hash` trait to generically hash map entries. This usage makes patching the `hashes` module difficult. We can achieve the same thing by using a macro and passing in the concrete type.

  This is an internal change, no effect on logic or public API.

ACKs for top commit:
  apoelstra:
    ACK 9e4b092fce

Tree-SHA512: 8b788fa91d21bbae556c746c2e55e6e9395e022bedf13193555ef7482109b6ef5032b233c5f37543a31ebda49d9b4761c161ca0db501472047eb661a48e944b7
2024-05-28 16:54:13 +00:00
..
map psbt: Use macro instead of function 2024-05-21 08:57:21 +10:00
error.rs Implement infallible for errors 2024-03-08 16:48:34 +11:00
macros.rs psbt: Use macro instead of function 2024-05-21 08:57:21 +10:00
mod.rs Standardize function doc Safety, Returns and Parameters 2024-05-24 09:59:42 +01:00
raw.rs Standardize function doc Errors 2024-05-24 09:59:42 +01:00
serialize.rs Merge rust-bitcoin/rust-bitcoin#2585: Improve array macros 2024-05-28 16:25:59 +00:00