paq

paq files to hash.

Hash file or directory (recursively).

Directories output the top hash, or root, of a merkle tree.

Powered by SHA256 hashing algorithm.

Install Command

Requires cargo.

Run cargo install paq.

Usage

Run paq [src] to hash source file or directory.

For help, run paq --help.

Use Crate

Add paq to project dependencies in Cargo.toml.

Usage

```rust use paq;

let source = "/path/to/source"; let sourcehash: String = paq::hashsource(source);

println!("{}", source_hash); ```

Caution

Needs tests!

License

MIT