rust-lightning/lightning
Matt Corallo e0480b531d Drop unnecessary SIMD subtraction in ChaCha20 round
While its all constant arithmetic to calculate the shift, which
LLVM likely optimizes out for us, there's no reason to do it four
times, which just makes the code harder to read.
2023-11-30 23:35:43 +00:00
..
src Drop unnecessary SIMD subtraction in ChaCha20 round 2023-11-30 23:35:43 +00:00
Cargo.toml Bump rust-bitcoin to v0.30.2 2023-11-22 15:58:01 -08:00