keccak_cli_tool 0.1.1

Simple Keccak256 hash CLI tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "keccak_cli_tool"
version = "0.1.1"
edition = "2021"
license = "MIT"
description = "Simple Keccak256 hash CLI tool"
repository = "https://github.com/PeterMcQuaid/keccak_cli_tool"

[dependencies]
keccak-hash = "0.11.0"
primitive-types = "0.13.1"
hex-literal = "1.0.0"