rust-bitcoin-unsafe-fast/hashes/src
Tobin C. Harding 5c0759a390
Inline io module in io crate root
Its not immediately obvious why we nest the whole `io` code in an `io`
submodule within `lib.rs`. As far as I can tell we can inline it and
re-export from `rust-bitcoin` same as we do for our other dependencies.

This change would effect other users of the crate but since the `io`
crate is unreleased this effects no-one except us.
2023-11-28 14:17:14 +11:00
..
cmp.rs hashes: Introduce SPDX license identifiers 2023-05-01 09:26:36 +10:00
hash160.rs hashes: Remove default features from schemars dep 2023-11-20 15:18:33 +11:00
hmac.rs hashes: Remove default features from schemars dep 2023-11-20 15:18:33 +11:00
impls.rs Inline io module in io crate root 2023-11-28 14:17:14 +11:00
internal_macros.rs hashes: Remove default features from schemars dep 2023-11-20 15:18:33 +11:00
lib.rs [IO] Provide a macro which implements `io::Write` for types 2023-11-07 05:51:34 +00:00
ripemd160.rs hashes: Remove default features from schemars dep 2023-11-20 15:18:33 +11:00
serde_macros.rs Remove docsrs attributes 2023-07-14 14:59:11 +10:00
sha1.rs Update to edition 2021 2023-11-23 06:20:03 +11:00
sha256.rs hashes: Remove default features from schemars dep 2023-11-20 15:18:33 +11:00
sha256d.rs hashes: Remove default features from schemars dep 2023-11-20 15:18:33 +11:00
sha256t.rs hashes: Remove default features from schemars dep 2023-11-20 15:18:33 +11:00
sha512.rs hashes: Remove default features from schemars dep 2023-11-20 15:18:33 +11:00
sha512_256.rs hashes: Remove default features from schemars dep 2023-11-20 15:18:33 +11:00
siphash24.rs hashes: Remove default features from schemars dep 2023-11-20 15:18:33 +11:00
util.rs hashes: Remove default features from schemars dep 2023-11-20 15:18:33 +11:00