Skip to main content

Secure and easy-to-use keccak

Project description

Keccaky

Secure and easy-to-use keccak

🚨 WARNING: Not yet ready for production!!!

Roadmap

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

Docs

INSTALL

pip install keccaky
poetry add keccaky

USE

import keccak

assert keccak("Hello, world") == bytes.fromhex("db99debe7fc546756227481ecaf5136f5b86180d99c5666a14421367c7187e5c")
assert keccak("Hello, world").hex() == "db99debe7fc546756227481ecaf5136f5b86180d99c5666a14421367c7187e5c"

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.2.5.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

keccaky-0.2.5-py3-none-any.whl (4.5 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