From 0717f6741906a49a10668a54910182465268c446 Mon Sep 17 00:00:00 2001 From: Sylvain <6172808+sylvain101010@users.noreply.github.com> Date: Wed, 13 Aug 2025 17:08:26 +0000 Subject: [PATCH] 2025-08-13: Add Lessons learned from implementing SIMD-accelerated algorithms (ChaCha20 / ChaCha12) in pure Rust --- draft/2025-08-13-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-08-13-this-week-in-rust.md b/draft/2025-08-13-this-week-in-rust.md index 5d170a02f..ae79e0e20 100644 --- a/draft/2025-08-13-this-week-in-rust.md +++ b/draft/2025-08-13-this-week-in-rust.md @@ -48,6 +48,7 @@ and just ask the editors to select the category. ### Rust Walkthroughs +* [Lessons learned from implementing SIMD-accelerated algorithms (ChaCha20 / ChaCha12) in pure Rust](https://kerkour.com/rust-simd) * [Build with Naz: Capturing Real-Time Build Progress from Cargo Using PTY and OSC Sequences](https://developerlife.com/2025/08/10/pty-rust-osc-seq/) ### Research