rust-bitcoin-unsafe-fast/hashes/src
Tobin C. Harding 360d1fb1bb
hashes: Use $crate in macro
Depending on types being in scope when calling macros is bad practice
but we have mistakenly done so in `internal_macros` when using the
`FromSliceError`.

Use `$crate::FromSliceError` in the macro and remove import statements.
2024-07-12 12:55:22 +10:00
..
cmp.rs hashes: Introduce SPDX license identifiers 2023-05-01 09:26:36 +10:00
hash160.rs hashes: Use $crate in macro 2024-07-12 12:55:22 +10:00
hkdf.rs 2024-07-07 automated rustfmt nightly 2024-07-07 01:10:59 +00:00
hmac.rs hashes: split Hash trait into two 2024-06-24 13:28:54 +00:00
impls.rs hashes: Strongly type the hash160::HashEngine 2024-07-09 13:30:20 +10:00
internal_macros.rs hashes: Use $crate in macro 2024-07-12 12:55:22 +10:00
lib.rs 2024-06-30 automated rustfmt nightly 2024-06-30 01:10:26 +00:00
ripemd160.rs hashes: Use $crate in macro 2024-07-12 12:55:22 +10:00
serde_macros.rs Removed //! spare line at end of headers 2024-05-22 12:00:25 +01:00
sha1.rs hashes: Use $crate in macro 2024-07-12 12:55:22 +10:00
sha256.rs hashes: Add const hash engine constructors 2024-07-09 13:17:16 +10:00
sha256d.rs hashes: Use $crate in macro 2024-07-12 12:55:22 +10:00
sha256t.rs hashes: stop exposing engine/from_engine and general hashing methods in hash_newtype 2024-06-24 13:58:05 +00:00
sha384.rs hashes: Use $crate in macro 2024-07-12 12:55:22 +10:00
sha512.rs hashes: Use $crate in macro 2024-07-12 12:55:22 +10:00
sha512_256.rs hashes: Use $crate in macro 2024-07-12 12:55:22 +10:00
siphash24.rs hashes: Use $crate in macro 2024-07-12 12:55:22 +10:00
util.rs hashes: stop exposing engine/from_engine and general hashing methods in hash_newtype 2024-06-24 13:58:05 +00:00