tkaitchuck/aHash
aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction observed · 2026-08-28
Health v2 · maintenance only
50/100
- Activity 53
- Release rhythm 19
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2743
- days_rel: 324
- days_push: 286
- n_releases_24m: 1
Adoption not part of the score
1342 stars · 139 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
aHash is a non-cryptographic hash function library for Rust that leverages AES hardware instructions (AES-NI) for extremely fast hashing. It is designed as a drop-in replacement hasher for in-memory HashMaps and HashSets, with keyed hashing to resist hash-flooding DoS attacks.
Use cases
- speed up Rust HashMap and HashSet lookups
- replace the default Rust hasher with a faster one
- protect hashmaps from hash-flooding denial-of-service attacks
- use a fast hasher in no_std embedded Rust projects
- build keyed hashmaps with unpredictable hash values
When to choose
- you need the fastest available hasher for in-memory hashmaps in Rust
- you want DOS-resistant keyed hashing for hashmap keys
- you need a no_std compatible hasher
- you want a drop-in replacement for the default Hasher trait
When to avoid
- you need cryptographically secure hashing (use SHA-3)
- you need hashes persisted to disk or sent over the network
- you need deterministic, stable hash output across versions or machines
- you need a MAC or any security-sensitive hashing
Facets
library · maturity stable
cryptography developer-tools developer-tools performance rust cross-platform hashing aes-ni hashmap non-cryptographic dos-resistant no-std algorithms
2 sources
- readme: https://github.com/tkaitchuck/aHash · fetched 2026-08-28 · 6d08b31a6561
- registry_crates: https://crates.io/api/v1/crates/ahash · fetched 2026-08-29 · 62f5d9f0e213
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tkaitchuck/aHash | main | 50 |
For agents
markdown · JSON · MCP: product_card(name="tkaitchuck/aHash")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem