Tagged Rust

Rust Password Hashing with Argon2id and the Sodiumoxide Crate

May 20, 2020

This post aims to provide examples of secure password hashing and provide a simple overview of the process including what is and isn't required for security.

tags:



Getting Started With The STM32 Nucleo-F302R8 and Rust

May 14, 2020

This blog post offers a beginner-friendly walkthrough for using Rust with the STM32 Nucleo-F302R8 development board. It covers setting up the development environment, including configuring Rust with the proper target and tools like OpenOCD and GDB, and provides practical steps for building, debugging, and flashing programs onto the board. With example projects and links to resources like the Embedded Rust Book, it serves as a helpful introduction to embedded programming in Rust for newcomers.

tags: