Skip to content

danieldidiobalsamo/sha256sum_from_scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Rust SHA-256 hash function from scratch implementation that can be called from CLI. Hash implementation and CLI are two separated crates.

How to launch (recommended)

Install Rust and launch:

cargo install sha256sum_from_scratch
sha256sum_from_scratch <FILE_PATH>

Build manually

cargo run --release sha_256_scratch/sample_files_for_testing/sample.pdf