rust-bitcoin-unsafe-fast/hashes/src
Tobin C. Harding db9ec3bed8
Remove From<newtype> for $hash
We provide the from/to_byte_array functions for casting between arrays.
We shouldn't be supporting calls to `into` to quickly do the cast.

We already removed the other direction, now remove this one.
2025-03-21 09:12:26 +11:00
..
hash160 Remove unused trait import 2025-03-06 11:47:29 +11:00
hkdf Bound HmacEngine on HashEngine 2025-03-06 11:47:26 +11:00
hmac Bound HmacEngine on HashEngine 2025-03-06 11:47:26 +11:00
ripemd160 2025-03-16 automated rustfmt nightly 2025-03-16 01:25:25 +00:00
sha1 2025-03-16 automated rustfmt nightly 2025-03-16 01:25:25 +00:00
sha256 2025-03-16 automated rustfmt nightly 2025-03-16 01:25:25 +00:00
sha256d Bound HmacEngine on HashEngine 2025-03-06 11:47:26 +11:00
sha256t hashes: Add hash_byte_chunks function to modules 2025-03-06 11:47:29 +11:00
sha384 Bound HmacEngine on HashEngine 2025-03-06 11:47:26 +11:00
sha512 2025-03-16 automated rustfmt nightly 2025-03-16 01:25:25 +00:00
sha512_256 Bound HmacEngine on HashEngine 2025-03-06 11:47:26 +11:00
siphash24 Bound HmacEngine on HashEngine 2025-03-06 11:47:26 +11:00
cmp.rs Add missing hex feature gate 2025-02-14 11:44:55 +00:00
error.rs Remove usage of impl_from_infallible in leaf crates 2025-01-02 07:51:21 +11:00
internal_macros.rs hashes: Remove the GeneralHash trait 2025-03-06 11:47:29 +11:00
lib.rs hashes: Remove the GeneralHash trait 2025-03-06 11:47:29 +11:00
macros.rs Remove From<newtype> for $hash 2025-03-21 09:12:26 +11:00