rust-bitcoin-unsafe-fast/bitcoin/src/consensus
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
..
encode.rs hashes: Add hash function to modules 2025-03-06 11:47:29 +11:00
error.rs 2025-01-12 automated rustfmt nightly 2025-01-12 01:23:13 +00:00
mod.rs Change all occurrences of "IO" to "I/O" 2025-01-07 12:37:47 +00:00
serde.rs Change all occurrences of "IO" to "I/O" 2025-01-07 12:37:47 +00:00