DEV Community

Vincent Eckert Sierota
Vincent Eckert Sierota

Posted on

🦀 Rust Weekly Log – Finalizing AES in Sealed in Rust

This week, my cryptography-in-Rust project Sealed in Rust reached a new milestone.

Here’s what I’ve been working on:
• AES Chapter Finalized → AES remains the global standard for symmetric encryption. I wanted to ensure the explanation was both rigorous and approachable.
• Glossary of Terms → Many readers get tripped up on crypto jargon, so I created a glossary to make concepts clearer.
• AES Example Refactor → The example code is now more readable and aligned with real-world practices.

📖 Explore the book (free to read): https://vinecksie.github.io/sealed-in-rust/02-core-primitives/02-01-symmetric-ciphers.html
💻 Source code on GitHub: https://vinecksie.github.io/sealed-in-rust/02-core-primitives/02-01-symmetric-ciphers.html

Would love your thoughts on whether the explanations balance beginner-friendliness with technical rigor.

Top comments (0)