rust-bitcoin-unsafe-fast/hashes/src
Tobin C. Harding 3344cf6be2
Favour $reverse instead of $reversed
Currently we have two things that are the same but use different
identifiers, use `$reverse` instead of `$reversed`.
2023-02-01 08:22:46 +11:00
..
cmp.rs Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
error.rs Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
hash160.rs Remove `ToHex` 2023-01-07 19:50:03 +01:00
hex.rs Remove hashes::hex::HexWriter 2023-01-22 12:05:08 +11:00
hmac.rs Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
impls.rs Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
internal_macros.rs Favour $reverse instead of $reversed 2023-02-01 08:22:46 +11:00
lib.rs Merge rust-bitcoin/rust-bitcoin#1413: Add sha512_256 to bitcoin_hashes 2022-12-31 19:38:02 +00:00
ripemd160.rs Remove `ToHex` 2023-01-07 19:50:03 +01:00
serde_macros.rs Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
sha1.rs Remove `ToHex` 2023-01-07 19:50:03 +01:00
sha256.rs Remove `ToHex` 2023-01-07 19:50:03 +01:00
sha256d.rs Remove `ToHex` 2023-01-07 19:50:03 +01:00
sha256t.rs Remove `ToHex` 2023-01-07 19:50:03 +01:00
sha512.rs Remove `ToHex` 2023-01-07 19:50:03 +01:00
sha512_256.rs Remove `ToHex` 2023-01-07 19:50:03 +01:00
siphash24.rs Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
util.rs Use hex from internals rather than hashes 2022-12-22 10:44:27 +01:00