rust-bitcoin-unsafe-fast/hashes/tests
Tobin C. Harding ba6425947f
hashes: Use associated cost for pre-tagging
Instead of requiring users of the `Tag` trait to implement the `engine`
method we can have an associated const and provide an `engine` method
with a default implementation.

Use an associated const for the pre-tagged hash engine. Fro now keep the
`engine` trait method but have a default impl that returns the const. We
will remove it as a separate patch to assist review.
2025-02-08 13:27:30 +11:00
..
io.rs hashes: Make hex dependency optional 2024-11-14 09:36:55 +11:00
regression.rs hashes: Use associated cost for pre-tagging 2025-02-08 13:27:30 +11:00