rust-lightning/lightning/src
Matt Corallo dedc8306f6 Bump hashbrown dependency to 0.13
While this isn't expected to materially improve performance, it
does get us ahash 0.8, which allows us to reduce fuzzing
randomness, making our fuzzers much happier.

Sadly, by default `ahash` no longer tries to autodetect a
randomness source, so we cannot simply rely on `hashbrown` to do
randomization for us, but rather have to also explicitly depend on
`ahash`.
2024-02-02 18:05:08 +00:00
..
blinded_path Merge pull request #2828 from TheBlueMatt/2024-01-crypto-module 2024-01-17 12:53:02 -05:00
chain Bump hashbrown dependency to 0.13 2024-02-02 18:05:08 +00:00
crypto Move cryptographic algorithms and utilities to a new crypto mod 2024-01-16 20:07:08 +00:00
events Use utility methods to construct HashMaps and HashSets 2024-02-02 18:04:51 +00:00
ln Bump hashbrown dependency to 0.13 2024-02-02 18:05:08 +00:00
offers Functional tests for offers without blinded paths 2024-01-16 11:12:35 -06:00
onion_message Use utility methods to construct HashMaps and HashSets 2024-02-02 18:04:51 +00:00
routing Bump hashbrown dependency to 0.13 2024-02-02 18:05:08 +00:00
sign Use utility methods to construct HashMaps and HashSets 2024-02-02 18:04:51 +00:00
sync Use utility methods to construct HashMaps and HashSets 2024-02-02 18:04:51 +00:00
util Use utility methods to construct HashMaps and HashSets 2024-02-02 18:04:51 +00:00
lib.rs Bump hashbrown dependency to 0.13 2024-02-02 18:05:08 +00:00