Sealed in Rust - AES Chapter

posted 0 min read

Rust Weekly Log – Sealed in Rust

This week I:
• Finalized the AES chapter – the global symmetric encryption standard.
• Added a glossary to make the book beginner-friendly.
• Refactored the AES example for readability & real-world use.

Book draft: https://vinecksie.github.io/sealed-in-rust/02-core-primitives/02-01-symmetric-ciphers.html
GitHub repo: https://github.com/VinEckSie/sealed-in-rust/tree/main/rust_crypto_book_code

Always open to feedback from fellow devs

0 votes
0 votes

More Posts

Runtime-initialized variables in Rust

Nicolas Fränkel - Jun 5

High-cardinality values for build flags in Rust

Nicolas Fränkel - Apr 17

Mutation Testing in Rust

Nicolas Fränkel - Apr 3

Building a Smart Contract in Rust for Solana: Minting and Deploying a New Token

Web3Dev - Feb 20

Rust: Demystifying Middleware in Actix Web

Jeff Mitchell - Jan 11
chevron_left