Skip to main content

Secure and easy-to-use keccak

Project description

Keccaky

Secure and easy-to-use keccak

✅ ready for production!!!

Roadmap

  • Create Keccak 256 hash
  • Create massive tests agains pycryptodome (575 tests)
  • Create benchmark tests agains pycryptodome
  • API made easy for client
  • Docs for dev
  • Re-write Keccak algorithm in Rust using FFI

Docs

INSTALL

pip install keccaky
poetry add keccaky

USE

from keccaky import hash_it_bytes
from keccaky import ethereum_hash
from keccaky import hash_it


assert hash_it_bytes("keccaky".encode()).hex() == "ff7e4a2e488ac0d8ed435b41979a0c1defeae30231dc5338a1b3a39c86adfd3c"

assert ethereum_hash("keccaky") == "0xff7e4a2e488ac0d8ed435b41979a0c1defeae30231dc5338a1b3a39c86adfd3c"

assert hash_it("keccaky") == "ff7e4a2e488ac0d8ed435b41979a0c1defeae30231dc5338a1b3a39c86adfd3c"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

keccaky-0.3.1.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

keccaky-0.3.1-py3-none-any.whl (5.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page