From 62473946b33b18c80fc75fce5186d498a19ad678 Mon Sep 17 00:00:00 2001 From: tnballo Date: Sun, 6 Jul 2025 20:37:31 -0400 Subject: [PATCH 1/2] Rust Walkthroughs: add post on cryptographic API and supply-chain solutions --- draft/2025-07-09-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-07-09-this-week-in-rust.md b/draft/2025-07-09-this-week-in-rust.md index c4c5fe68b..9b760b015 100644 --- a/draft/2025-07-09-this-week-in-rust.md +++ b/draft/2025-07-09-this-week-in-rust.md @@ -43,6 +43,7 @@ and just ask the editors to select the category. ### Observations/Thoughts ### Rust Walkthroughs +* [Tactical Trust (1 of 2): Platform Crypto for Developers](https://tiemoko.com/blog/safer-crypto/) ### Research From fbe08a2abc265f030f7fbc09ac67047c2ea79ee1 Mon Sep 17 00:00:00 2001 From: M Goldin <23177337+mariannegoldin@users.noreply.github.com> Date: Wed, 9 Jul 2025 10:11:46 -0700 Subject: [PATCH 2/2] Qualify this as being a Rust-based crypto impl blog article --- draft/2025-07-09-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2025-07-09-this-week-in-rust.md b/draft/2025-07-09-this-week-in-rust.md index 9b760b015..bc04f635b 100644 --- a/draft/2025-07-09-this-week-in-rust.md +++ b/draft/2025-07-09-this-week-in-rust.md @@ -43,7 +43,7 @@ and just ask the editors to select the category. ### Observations/Thoughts ### Rust Walkthroughs -* [Tactical Trust (1 of 2): Platform Crypto for Developers](https://tiemoko.com/blog/safer-crypto/) +* [Tactical Trust (1 of 2): Platform Crypto for Developers in Rust](https://tiemoko.com/blog/safer-crypto/) ### Research