rust-bitcoin-unsafe-fast/hashes/src
merge-script 2c26dc4e57
Merge rust-bitcoin/rust-bitcoin#3314: hashes: Use $crate in internal macros
d72f730211 hashes: Use $crate in internal macros (Tobin C. Harding)

Pull request description:

  These are only called from within the crate but it is still more correct to use `$crate` and saves this from biting us later if we copy the code someplace else.

  Internal change only.

ACKs for top commit:
  Kixunil:
    ACK d72f730211
  apoelstra:
    ACK d72f730211 successfully ran local tests

Tree-SHA512: d278643c3fbeb28ca377ebf59958054dd2893c46b48469e03a8c7517c5b0b33271de061ae662c400d45962724fe4d13cada41fd5b839a1ff784521ac69c9db72
2024-09-07 13:40:04 +00:00
..
cmp.rs hashes: Introduce SPDX license identifiers 2023-05-01 09:26:36 +10:00
hash160.rs don't enable std by default when testing 2024-08-26 21:08:23 +02:00
hkdf.rs Merge rust-bitcoin/rust-bitcoin#3275: Enforce that `Hash::Bytes` is an array 2024-09-02 00:42:39 +00:00
hmac.rs Merge rust-bitcoin/rust-bitcoin#3275: Enforce that `Hash::Bytes` is an array 2024-09-02 00:42:39 +00:00
impls.rs don't enable std by default when testing 2024-08-26 21:08:23 +02:00
internal_macros.rs hashes: Use $crate in internal macros 2024-09-06 09:20:10 +10:00
lib.rs Merge rust-bitcoin/rust-bitcoin#3275: Enforce that `Hash::Bytes` is an array 2024-09-02 00:42:39 +00:00
ripemd160.rs don't enable std by default when testing 2024-08-26 21:08:23 +02:00
serde_macros.rs Change `T::from_str(s)` to `s.parse::<T>()` 2024-08-27 17:31:00 +01:00
sha1.rs don't enable std by default when testing 2024-08-26 21:08:23 +02:00
sha256.rs don't enable std by default when testing 2024-08-26 21:08:23 +02:00
sha256d.rs don't enable std by default when testing 2024-08-26 21:08:23 +02:00
sha256t.rs Deprecate `from_slice()` in sha256.rs 2024-09-06 12:33:52 +01:00
sha384.rs don't enable std by default when testing 2024-08-26 21:08:23 +02:00
sha512.rs don't enable std by default when testing 2024-08-26 21:08:23 +02:00
sha512_256.rs don't enable std by default when testing 2024-08-26 21:08:23 +02:00
siphash24.rs remove unnecessary slicing 2024-08-26 17:22:08 +02:00
util.rs Merge rust-bitcoin/rust-bitcoin#3275: Enforce that `Hash::Bytes` is an array 2024-09-02 00:42:39 +00:00