| Crates.io | keccak_cli_tool |
| lib.rs | keccak_cli_tool |
| version | 0.1.1 |
| created_at | 2025-03-07 16:16:30.925728+00 |
| updated_at | 2025-03-07 16:21:32.146471+00 |
| description | Simple Keccak256 hash CLI tool |
| homepage | |
| repository | https://github.com/PeterMcQuaid/keccak_cli_tool |
| max_upload_size | |
| id | 1583304 |
| size | 200,760 |
Simple Rust CLI tool for Keccak256 hashing strings and file contents
git clone https://github.com/PeterMcQuaid/keccak_cli_tool.git
cd keccak_cli_tool
cargo build
Run unit-tests in root directory
cargo test
Test simple string and contents of test.txt:
cargo run -- "hello" "test.txt"
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.
This project is licensed under the MIT License. See the LICENSE file for details