led/sub_crates/backend
Nathan Vegdahl 03e78299c6 Use hash perf leeway from prior commits to make the hash higher quality.
When incorporating a data block into the hash, it now does enough
mixing rounds to flip on average about 110 bits for any bit flipped
by the data block.

This reduces performance again, but not all the way to what they
were before.  It's still reasonably fast, hashing at around 6-7 GB/s.
2022-08-25 23:54:03 -07:00
..
benches Add benchmarks for LedHash256, and tweak for performance. 2022-08-24 18:45:36 -07:00
src Use hash perf leeway from prior commits to make the hash higher quality. 2022-08-25 23:54:03 -07:00
tests Implemented Transaction composition. 2022-08-22 21:10:28 -07:00
Cargo.toml Add benchmarks for LedHash256, and tweak for performance. 2022-08-24 18:45:36 -07:00