Hash String Data
Compute Function Selector
Compute Event Topic
Derive Address From Public Key
Testing
UseKeccakTest for deterministic hashes in unit tests:
With CryptoLive Bundle
CryptoLive bundles all crypto services:
Interface
Performance
The underlying implementation uses assembly-optimized keccak for native execution and a pure Rust fallback for WASM. Typical throughput:- Native: ~1.5 GB/s
- WASM: ~200 MB/s
Related
- SHA256 — Standard SHA-256 hashing
- Blake2 — Blake2b hashing
- Secp256k1 — Uses Keccak256 for message hashing
- Address — Derive address from public key using Keccak256
- Voltaire Keccak256 — Core Keccak256 documentation

