rust-bitcoin-unsafe-fast/hashes/src
Andrew Poelstra ac8702f32f
Merge rust-bitcoin/rust-bitcoin#1670: `hash_newtype` cleanup
8ccfb412c1 Improve documentation of `hash_newtype!` (Martin Habovstiak)
58876e2be9 Remove unused macro (Martin Habovstiak)

Pull request description:

  Removed unused macro and improved documentation to address review of #1659 - see commits. I also added a note about recursion.

ACKs for top commit:
  apoelstra:
    ACK 8ccfb412c1
  tcharding:
    ACK 8ccfb412c1

Tree-SHA512: 3b4b0c4ffc8a5166619110d9dcb51affd5cafbb2af84a55dd540a815e4702514d99c71dc1c54aca27fb91970e7e7189d1dffb4f7da7951b0f71336ef6f32d30b
2023-02-28 01:34:38 +00:00
..
cmp.rs Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
error.rs Remove FromHex for all types except Vec and array 2023-02-01 08:26:46 +11:00
hash160.rs Re-name hash inner/byte methods 2023-02-27 14:23:58 +11:00
hex.rs hashes: Improve feature gating 2023-02-14 06:23:56 +11:00
hmac.rs Re-name hash inner/byte methods 2023-02-27 14:23:58 +11:00
impls.rs hashes: Implement std::error::Error 2023-02-01 08:22:46 +11:00
internal_macros.rs Re-name hash inner/byte methods 2023-02-27 14:23:58 +11:00
lib.rs Re-name hash inner/byte methods 2023-02-27 14:23:58 +11:00
ripemd160.rs Re-name hash inner/byte methods 2023-02-27 14:23:58 +11:00
serde_macros.rs Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
sha1.rs Re-name hash inner/byte methods 2023-02-27 14:23:58 +11:00
sha256.rs Re-name hash inner/byte methods 2023-02-27 14:23:58 +11:00
sha256d.rs Re-name hash inner/byte methods 2023-02-27 14:23:58 +11:00
sha256t.rs Re-name hash inner/byte methods 2023-02-27 14:23:58 +11:00
sha512.rs Re-name hash inner/byte methods 2023-02-27 14:23:58 +11:00
sha512_256.rs Re-name hash inner/byte methods 2023-02-27 14:23:58 +11:00
siphash24.rs Use fully qualified path in macro 2023-02-01 08:22:46 +11:00
util.rs Merge rust-bitcoin/rust-bitcoin#1670: `hash_newtype` cleanup 2023-02-28 01:34:38 +00:00