This website requires JavaScript.
Explore
Help
Sign In
milksad
/
rust-bitcoin-unsafe-fast
Watch
14
Star
0
Fork
You've already forked rust-bitcoin-unsafe-fast
0
Code
Issues
Pull Requests
Activity
7395093f94
rust-bitcoin-unsafe-fast
/
clippy.toml
3 lines
50 B
TOML
Raw
Normal View
History
Unescape
Escape
Update clippy MSRV configuration We've upgraded MSRV but didn't update clippy config, so some things that could be improved aren't caught by clippy. This updates the config and fixes the new issues. I also `rg '1\.41\.1'`ed for interesting changes and found one additional improvement.
2023-04-02 14:25:09 +00:00
msrv
=
"1.48.0"
Introduce the `small-hash` feature for `bitcoin_hashes` When enabled this feature swaps the hash implementation of sha512, sha256 and ripemd160 for a smaller (but also slower) one. On embedded processors (Cortex-M4) it can lead to up to a 52% size reduction, from around 37KiB for just the `process_block` methods of the three hash functions to 17.8KiB.
2023-08-11 19:31:20 +00:00
too-many-arguments-threshold
=
13