/sha256-in-rust

smol rusty project

Primary LanguageRust

SHA256 in Rust

An implementation of SHA256 with Rust based on this publication.

This visualization of SHA256 was pretty great for reference.

Motivation

I just read the Rust book and wanted to try making a small thing with it!