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)