rust-bitcoin-unsafe-fast/hashes/src
Tobin C. Harding 3d01146374
Allow needless-borrows-for-generic-args
This lint triggers when parsing a reference to a large struct as a
generic argument, which is wrong.

Allow it crate wide because [subjectively] this lint never warns for
anything useful.
2024-04-02 11:40:41 +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: fix typos 2024-01-18 14:06:32 +08:00
impls.rs Inline io module in io crate root 2023-11-28 14:17:14 +11:00
internal_macros.rs Upgrade hex dependency 2024-03-10 10:35:01 +11:00
lib.rs Allow needless-borrows-for-generic-args 2024-04-02 11:40:41 +11:00
ripemd160.rs Fix new nightly warnings/errors 2024-02-21 14:13:49 +11:00
serde_macros.rs Use full path in all macro usage of Result 2024-01-18 13:20:19 +00:00
sha1.rs Fix new nightly warnings/errors 2024-02-21 14:13:49 +11:00
sha256.rs 2024-03-31 automated rustfmt nightly 2024-03-31 01:03:18 +00:00
sha256d.rs hashes: Add fmt roundtrip tests 2024-03-10 10:35:01 +11:00
sha256t.rs Fix typos 2024-01-05 23:10:52 +08:00
sha384.rs Add support for SHA-384 2024-03-12 13:56:58 +00:00
sha512.rs Add support for SHA-384 2024-03-12 13:56:58 +00:00
sha512_256.rs Fix typos 2024-01-05 23:10:52 +08:00
siphash24.rs Make constructors const 2024-02-24 06:04:41 +11:00
util.rs Merge rust-bitcoin/rust-bitcoin#2565: Removes txid prefix in transaction IDs 2024-03-13 17:28:09 +00:00