Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danieldidiobalsamo/sha256sum_from_scratch

SHA-256 from-scratch implementation in Rust
https://github.com/danieldidiobalsamo/sha256sum_from_scratch

cryptography hashing rust sha256

Last synced: 8 days ago
JSON representation

SHA-256 from-scratch implementation in Rust

Awesome Lists containing this project

README

        

# 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](https://www.rust-lang.org/tools/install) and launch:
~~~
cargo install sha256sum_from_scratch
sha256sum_from_scratch
~~~

# Build manually

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