From 0e842684405ed69f09a02a98f40e1f4208e17d51 Mon Sep 17 00:00:00 2001 From: Sylvain <6172808+sylvain101010@users.noreply.github.com> Date: Wed, 13 Aug 2025 10:18:46 +0000 Subject: [PATCH] 2025-08-13: Add Lessons learned from implementing SIMD-accelerated crypto 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..58ac8c30f 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 crypto 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