From f3d275b961e248aa098c1cff8bdb923bb30dc199 Mon Sep 17 00:00:00 2001 From: Sylvain <6172808+sylvain101010@users.noreply.github.com> Date: Wed, 6 Aug 2025 18:54:19 +0000 Subject: [PATCH] 2025-08-06: Add Announcing ChaCha12-BLAKE3: Secure, Simple and Fast encryption for any CPU --- draft/2025-08-06-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-08-06-this-week-in-rust.md b/draft/2025-08-06-this-week-in-rust.md index f5999dabc..604ba200f 100644 --- a/draft/2025-08-06-this-week-in-rust.md +++ b/draft/2025-08-06-this-week-in-rust.md @@ -40,6 +40,7 @@ and just ask the editors to select the category. ### Project/Tooling Updates +* [Announcing ChaCha12-BLAKE3: Secure, Simple and Fast encryption for any CPU](https://kerkour.com/chacha12-blake3) * [`r3bl_tui` v0.7.3 released](https://github.com/r3bl-org/r3bl-open-core/releases/tag/v0.7.3-tui) * [`r3bl-cmdr` v0.0.21 released](https://github.com/r3bl-org/r3bl-open-core/releases/tag/v0.0.21-cmdr) * [Rama 0.3.0-alpha.2 — Crypto, ACME, and Better Connection Pools](https://github.com/plabayo/rama/discussions/657)