#sha-256 #hash

sha_256_scratch

SHA-256 from-scratch implementation

2 releases

0.1.2 Jan 16, 2024
0.1.1 Mar 17, 2022

#1262 in Cryptography

Download history 10/week @ 2024-01-11 3/week @ 2024-02-15 18/week @ 2024-02-22 11/week @ 2024-02-29 26/week @ 2024-03-07 51/week @ 2024-03-14 29/week @ 2024-03-21 63/week @ 2024-03-28 19/week @ 2024-04-04

170 downloads per month
Used in sha256sum_from_scratch

GPL-3.0-or-later

23KB
520 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

No runtime deps