rust-bitcoin-unsafe-fast/hashes/src
Tobin C. Harding 7be0db730a
hashes: Move bench and test code into files
We are trying to make the `hashes` crate easier to read and also
possibly parseable by machines to see what is different where.

Move the test and bench code into separate files. Make special effort to
keep formatting as is so the diff is easier to review. We will run the
formatter in the next patch.

Internal change only.
2025-02-06 07:10:02 +11:00
..
hash160 hashes: Make module subdirectories 2025-02-06 07:10:02 +11:00
hkdf hashes: Make module subdirectories 2025-02-06 07:10:02 +11:00
hmac hashes: Make module subdirectories 2025-02-06 07:10:02 +11:00
ripemd160 hashes: Move bench and test code into files 2025-02-06 07:10:02 +11:00
sha1 hashes: Move bench and test code into files 2025-02-06 07:10:02 +11:00
sha256 hashes: Move bench and test code into files 2025-02-06 07:10:02 +11:00
sha256d hashes: Make module subdirectories 2025-02-06 07:10:02 +11:00
sha256t hashes: Make module subdirectories 2025-02-06 07:10:02 +11:00
sha384 hashes: Make module subdirectories 2025-02-06 07:10:02 +11:00
sha512 hashes: Move bench and test code into files 2025-02-06 07:10:02 +11:00
sha512_256 hashes: Make module subdirectories 2025-02-06 07:10:02 +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