#sha-256 #hash #cli

bin+lib sha256sum_from_scratch

sha256sum from-scratch implementation in Rust

2 releases

0.1.2 Jan 16, 2024
0.1.1 Mar 17, 2022

#731 in Cryptography

27 downloads per month

GPL-3.0-or-later

26KB
554 lines

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

Dependencies