lifehash 0.1.0

A Lifehash implementation in Rust
Documentation
  • Coverage
  • 0%
    0 out of 16 items documented0 out of 5 items with examples
  • Size
  • Source code size: 56.9 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.53 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 26s Average build duration of successful builds.
  • all releases: 26s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • DaOneLuna

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

$ cargo install lifehash

Using the CLI

$ echo "Hello" | lifehash -m 4
$ lifehash -m 4 -x 185f8db32271fe25f561a6fc938b2e264306ec304eda518007d1764826381969

Testing

$ cargo test --package lifehash