Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alugocp/donut
https://github.com/alugocp/donut
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alugocp/donut
- Owner: alugocp
- Created: 2019-07-15T17:04:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-12T17:18:59.000Z (over 5 years ago)
- Last Synced: 2024-07-10T22:29:16.616Z (4 months ago)
- Language: Rust
- Size: 479 KB
- Stars: 12
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Donut Hash Algorithm
This is my donut hashing algorithm! It's a command line tool implemented in Rust that can hash any file you give it into a tasty donut. It's simple enough to build and use, just follow the instructions below.## Building and Usage
To build the program, simply run `cargo build`. Once that's done you can run it with `cargo run input [output]`. *input* is the path to the file that you want to hash, and *output* is an optional path to the output of the program. It should be a PNG file.## Authors
- **Alex Lugo:** You can check out my video on this program [here](https://www.youtube.com/watch?v=GPLamD1fJcU)