rust-bitcoin-unsafe-fast/bitcoin/src/psbt/map
Tobin C. Harding d3846895d7
hashes: Add hash function to modules
Add a standalone `hash` function that is a drop in replacement for
`GeneralHash::hash`. Do not add it to `hmac` - this is in parity with
the current code because `Hmac` does not implement `GeneralHash::hash`.

Use the new function in `bitcoin` removing all occurrences of
`GeneralHash` from `bitcoin`.

In `hashes` replace usage of `GeneralHash::hash` with the new `hash`
function.
2025-03-06 11:47:29 +11:00
..
global.rs psbt: Use u64 for key type 2024-10-10 11:37:40 +11:00
input.rs hashes: Add hash function to modules 2025-03-06 11:47:29 +11:00
mod.rs Remove wildcard from prelude import 2024-06-28 08:02:43 +01:00
output.rs psbt: Use u64 for key type 2024-10-10 11:37:40 +11:00