rust-bitcoin-unsafe-fast/hashes/src
Tobin C. Harding 6263b9c6af
hashes: Derive Debug for all hash engines
Public types typically should implement `Debug`.

Derive `Debug` for all the hash engines
2025-02-07 11:16:59 +11:00
..
hash160 hashes: Derive Debug for all hash engines 2025-02-07 11:16:59 +11:00
hkdf hashes: Make module subdirectories 2025-02-06 07:10:02 +11:00
hmac hashes: Derive Debug for all hash engines 2025-02-07 11:16:59 +11:00
ripemd160 hashes: Derive Debug for all hash engines 2025-02-07 11:16:59 +11:00
sha1 hashes: Derive Debug for all hash engines 2025-02-07 11:16:59 +11:00
sha256 hashes: Derive Debug for all hash engines 2025-02-07 11:16:59 +11:00
sha256d hashes: Derive Debug for all hash engines 2025-02-07 11:16:59 +11:00
sha256t hashes: Make module subdirectories 2025-02-06 07:10:02 +11:00
sha384 hashes: Derive Debug for all hash engines 2025-02-07 11:16:59 +11:00
sha512 hashes: Derive Debug for all hash engines 2025-02-07 11:16:59 +11:00
sha512_256 hashes: Derive Debug for all hash engines 2025-02-07 11:16:59 +11:00
siphash24 hashes: Make module subdirectories 2025-02-06 07:10:02 +11:00
cmp.rs Remove the SliceIndex implementation from hash types 2024-10-02 10:18:45 +10:00
error.rs Remove usage of impl_from_infallible in leaf crates 2025-01-02 07:51:21 +11:00
internal_macros.rs Fix rustdoc indentation 2025-02-04 16:47:43 +00:00
lib.rs Remove unnecessary doc(hidden) 2025-01-20 17:23:12 +11:00
macros.rs hashes: Hide both macros 2024-12-29 08:23:39 +11:00