2 releases

new 0.1.1 Mar 7, 2025
0.1.0 Mar 7, 2025

#867 in Cryptography

Download history 118/week @ 2025-03-02

118 downloads per month

MIT license

175KB

Unit Tests Rust Version License


Description

Simple Rust CLI tool for Keccak256 hashing strings and file contents

Installation

git clone https://github.com/PeterMcQuaid/keccak_cli_tool.git
cd keccak_cli_tool
cargo build

Testing

  1. Run unit-tests in root directory

    cargo test
    

Usage

  1. Test simple string and contents of test.txt:

    cargo run -- "hello" "test.txt"
    

Contributions

Pull requests are welcome! Please ensure that any changes or additions you make are well-documented and covered by test cases.

For any bugs or issues, please open an issue.

License

This project is licensed under the MIT License. See the LICENSE file for details

Dependencies

~360KB