rust-bitcoin-unsafe-fast/hashes/contrib
Tobin C. Harding ae93e226e3
Remove hashes io feature
Currently we only get `std::io::Write` impls when the `bitcoin-io`
dependency is used. This is overly restrictive, it would be nice to have
`std::io::Write` imlps even without the `bitcoin-io` dependency.

Copy the logic out of the `bitcoin_io::impl_write` macro into `hashes`
but feature gate it differently.

Call the new macro inside `hash_type` (and in `hmac`), remove the
`impls` module, and move the tests to the integration test directory.

Remove the `io` feature from `hashes`, now if users enable `std` they
get `std::io::Write` impls and if they enable `bitcoin-io` they get
`bitcoin_io::Write` impls as well.
2024-09-09 06:37:49 +10:00
..
extra_tests.sh hashes: Pin in extra_test 2024-08-21 15:31:28 +10:00
sanitizer.sh Remove hashes io feature 2024-09-09 06:37:49 +10:00
test_vars.sh Remove hashes io feature 2024-09-09 06:37:49 +10:00
wasm.sh CI: Add WASM script 2024-05-08 06:12:13 +10:00