From afc368ddfb0b0f1f4bec86ea04c1da6f0d82f596 Mon Sep 17 00:00:00 2001 From: Sylvain <6172808+sylvain101010@users.noreply.github.com> Date: Wed, 30 Jul 2025 17:41:07 +0000 Subject: [PATCH] 2025-07-30: Add The Signal Protocol Explained #2: Implementing the Double Ratchet Algorithm in Rust --- draft/2025-07-30-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-07-30-this-week-in-rust.md b/draft/2025-07-30-this-week-in-rust.md index 4828749d3..60453ab8c 100644 --- a/draft/2025-07-30-this-week-in-rust.md +++ b/draft/2025-07-30-this-week-in-rust.md @@ -43,6 +43,7 @@ and just ask the editors to select the category. ### Observations/Thoughts ### Rust Walkthroughs +* [The Signal Protocol Explained #2: Implementing the Double Ratchet Algorithm in Rust](https://kerkour.com/signal-protocol-double-ratchet-rust) ### Research