rust-bitcoin-unsafe-fast/hashes/src
Jamil Lambert c4d9c1b9f8
Use a consistent rustdoc heading level of H1 `#`
There was and inconsistent usage of `#`, `##` and `###` in rustdoc
headings.  The difference in the rendered rustdocs is a minimal font
size change.

Change all headings to be H1 `#`.

Change all subheadings to be `###` to have a noticeable difference in
font size in the rendered docs.
2025-04-22 13:06:32 +01: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 2025-03-30 automated rustfmt nightly 2025-03-30 01:27:51 +00: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 chore: fix some typos in comment 2025-03-26 21:03:03 +08:00
sha256d Bound HmacEngine on HashEngine 2025-03-06 11:47:26 +11:00
sha256t 2025-03-30 automated rustfmt nightly 2025-03-30 01:27:51 +00: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 [hashes] Disable fixed-time equality cmp when building for fuzzers 2025-03-28 12:05:23 +00:00
error.rs Remove usage of impl_from_infallible in leaf crates 2025-01-02 07:51:21 +11:00
internal_macros.rs Use parameters instead of arguments in rustdocs 2025-04-22 10:43:13 +01:00
lib.rs hashes: Remove the GeneralHash trait 2025-03-06 11:47:29 +11:00
macros.rs Use a consistent rustdoc heading level of H1 `#` 2025-04-22 13:06:32 +01:00