2 releases
0.1.2 | Jan 16, 2024 |
---|---|
0.1.1 | Mar 17, 2022 |
#923 in Cryptography
36 downloads per month
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