Skip to content

GalactechsLLC/lifehash-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codecov

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

About

A Lifehash implementation in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages