rust-bitcoin-unsafe-fast/hashes/tests
Tobin C. Harding c352d376ed
Do not implement Default for HmacEngine
The `HmacEngine` should be created using a key. Currently we are
providing a `Default` impl that uses `&[]` as the key. This is, I
believe, a hangover from when we had a `Default` trait bound somewhere
else. It is incorrect and an API footgun - remove it.
2025-01-31 09:58:06 +11:00
..
io.rs hashes: Make hex dependency optional 2024-11-14 09:36:55 +11:00
regression.rs Do not implement Default for HmacEngine 2025-01-31 09:58:06 +11:00