rust-bitcoin-unsafe-fast/hashes/src
Tobin C. Harding c11587d60d
hashes: Rename hash_type macro
Conceptually (and using traits) we split the hashes into "general"
hash types and more restricted hash types (`Hash`). Also we observe that
the `hash_type` macro defines all the inherent functions name
identically to the `GeneralHash` trait methods.

Rename the trait to describe better what it does.

Internal change only.
2024-10-16 12:22:42 +11:00
..
cmp.rs Remove the SliceIndex implementation from hash types 2024-10-02 10:18:45 +10:00
hash160.rs hashes: Rename hash_type macro 2024-10-16 12:22:42 +11:00
hkdf.rs 2024-09-08 automated rustfmt nightly 2024-09-08 01:17:12 +00:00
hmac.rs Fully deprecate Hash::from_slice 2024-10-15 07:56:05 +11:00
internal_macros.rs hashes: Rename hash_type macro 2024-10-16 12:22:42 +11:00
lib.rs hashes: Move DISPLAY_BACKWARD to top of impl block 2024-10-16 11:59:13 +11:00
ripemd160.rs hashes: Rename hash_type macro 2024-10-16 12:22:42 +11:00
serde_macros.rs Fully deprecate Hash::from_slice 2024-10-15 07:56:05 +11:00
sha1.rs hashes: Rename hash_type macro 2024-10-16 12:22:42 +11:00
sha256.rs hashes: Rename hash_type macro 2024-10-16 12:22:42 +11:00
sha256d.rs hashes: Rename hash_type macro 2024-10-16 12:22:42 +11:00
sha256t.rs Remove the SliceIndex implementation from hash types 2024-10-02 10:18:45 +10:00
sha384.rs hashes: Rename hash_type macro 2024-10-16 12:22:42 +11:00
sha512.rs hashes: Rename hash_type macro 2024-10-16 12:22:42 +11:00
sha512_256.rs hashes: Rename hash_type macro 2024-10-16 12:22:42 +11:00
siphash24.rs hashes: Move from_engine function to other macro 2024-10-16 12:22:22 +11:00
util.rs Fully deprecate Hash::from_slice 2024-10-15 07:56:05 +11:00