keccak_cli_tool

Crates.iokeccak_cli_tool
lib.rskeccak_cli_tool
version0.1.1
created_at2025-03-07 16:16:30.925728+00
updated_at2025-03-07 16:21:32.146471+00
descriptionSimple Keccak256 hash CLI tool
homepage
repositoryhttps://github.com/PeterMcQuaid/keccak_cli_tool
max_upload_size
id1583304
size200,760
Peter (PeterMcQuaid)

documentation

README

Unit Tests Rust Version License


Logo

Keccak CLI Tool


Setup & Installation »

Contribute to Keccak CLI Tool · Report Bug · Request Feature

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

Commit count: 10

cargo fmt