rust-bitcoin-unsafe-fast/bitcoin/src/taproot
Tobin C. Harding 6002ccdc56
Add a tagged sha256t hash engine
We would like it if two different pre-tagged engines were considered
different types so it is not possible to mix them up.

Add a new `sha256t::HashEngine<T>` where `T` is a tag the same as on
`sha256t::Hash<T>`.
2025-02-08 13:27:30 +11:00
..
merkle_branch.rs Fix clippy lint in new rustc nightly 2025-01-22 10:13:26 +00:00
mod.rs Add a tagged sha256t hash engine 2025-02-08 13:27:30 +11:00
serialized_signature.rs Set avoid-breaking-exported-api to false 2024-12-11 10:11:50 +11:00