rust-bitcoin-unsafe-fast/hashes/src
Jamil Lambert, PhD 1f8fdc6ccb
Fix type used in bytes_hashed addition
`length` was changed to `bytes_hashed` and the type changed from `usize`
to `u64`.

The addition under the `hashes_fuzz` feature flag has been changed from
`usize` to `u64` to fix the fuzz error.
2024-10-09 16:19:07 +01:00
..
cmp.rs hashes: Put test function in a module 2024-09-12 15:28:41 +10:00
hash160.rs hashes: Rename length field and use u64 2024-09-09 14:46:38 +10:00
hkdf.rs 2024-09-08 automated rustfmt nightly 2024-09-08 01:17:12 +00:00
hmac.rs Merge rust-bitcoin/rust-bitcoin#3395: Remove schemars all together 2024-09-24 19:21:56 +00:00
internal_macros.rs Remove schemars all together 2024-09-23 06:57:00 +10:00
lib.rs Fix buggy cfg in rustdocs 2024-10-01 08:37:22 +10:00
ripemd160.rs Fix HashEngine.length name change to bytes_hashed 2024-10-09 16:17:20 +01:00
serde_macros.rs clippy: remove some newly-detected unnecessary returns 2024-09-30 12:31:17 +00:00
sha1.rs hashes: Rename length field and use u64 2024-09-09 14:46:38 +10:00
sha256.rs Rename Midstate::into_parts to Midstate::to_parts since it derives Copy 2024-09-30 08:13:16 -05:00
sha256d.rs hashes: Rename length field and use u64 2024-09-09 14:46:38 +10:00
sha256t.rs Remove schemars all together 2024-09-23 06:57:00 +10:00
sha384.rs hashes: Rename length field and use u64 2024-09-09 14:46:38 +10:00
sha512.rs hashes: Rename length field and use u64 2024-09-09 14:46:38 +10:00
sha512_256.rs hashes: Rename length field and use u64 2024-09-09 14:46:38 +10:00
siphash24.rs 2024-09-29 automated rustfmt nightly 2024-09-29 01:21:14 +00:00
util.rs Fix type used in bytes_hashed addition 2024-10-09 16:19:07 +01:00