lifehash - The Rust implementation
LifeHash is a method of hash visualization. This is a rust implementation of bc-lifehash, see there for an overview of LifeHash.
Dependencies
- clap for Command Line Parsing
- hex for encoding and decoding hex
- png for saving created image to file in png format
- sha2 for hashing input data
Installation
Using the CLI
|
Testing