rust-bitcoin-unsafe-fast/io/src
Tobin C. Harding e1bac7da55
Bound HmacEngine on HashEngine
We would like to do away with the `GeneralHash` trait. Currently we
bound `Hmac` and `HmacEngine` on it but this is unnecessary now that we
have added `HashEngine::finalize` and `HashEngine::Hash`.

Bound the `HmacEngine` on `HashEngine` (which has an associated `Hash`
type returned by `finilalize`).

Bound `Hmac` type on `T::Hash` where `T` is `HashEngine`.

Includes some minor shortening of local variable names around hmac
engine usage.

Note this means that `Hmac` no longer implements `GeneralHash`.
2025-03-06 11:47:26 +11:00
..
bridge.rs io: Add SPDX identifier 2025-01-11 09:20:52 +11:00
error.rs Merge rust-bitcoin/rust-bitcoin#3874: io: Improve the docs 2025-01-26 21:44:58 +00:00
hash.rs Bound HmacEngine on HashEngine 2025-03-06 11:47:26 +11:00
lib.rs io: Improve crate docs heading 2025-03-03 13:30:52 +11:00
macros.rs io: Improve docs on macro 2025-01-11 09:23:02 +11:00