#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

#2064 in Cryptography

Download history 13/week @ 2024-08-04 1/week @ 2024-08-11 1/week @ 2024-08-18 3/week @ 2024-09-01 11/week @ 2024-09-15 36/week @ 2024-09-22 56/week @ 2024-09-29 34/week @ 2024-10-06 24/week @ 2024-10-13 1/week @ 2024-10-20 51/week @ 2024-10-27 13/week @ 2024-11-03 6/week @ 2024-11-10

72 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