highwayhash
Hash functions
Two fast and strong hash functions: SipHash and HighwayHash.
Fast strong hash functions: SipHash/HighwayHash
2k stars
50 watching
187 forks
Language: C++
last commit: 7 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jandrewrogers/metrohash | A set of fast and statistically robust hash functions designed for non-cryptographic use cases. | 361 |
jhumphry/spark_siphash | An Ada implementation of the SipHash keyed hash function for cryptographic protection against denial-of-service attacks. | 5 |
grim7reaper/siphash | An implementation of a pseudorandom function optimized for speed on short messages | 1 |
wangyi-fudan/wyhash | Provides fast and simple hashing functions and random number generators for various programming languages. | 970 |
aappleby/smhasher | A collection of hash functions and tests for their properties | 2,666 |
lemire/clhash | A fast hashing function implemented in C with support for C++ wrappers and benchmarking tools. | 266 |
tessil/hopscotch-map | A fast hash map and hash set implementation using hopscotch hashing | 729 |
whitfin/siphash-elixir | An implementation of the SipHash cryptographic hash family for Elixir | 19 |
greg7mdp/sparsepp | A high-performance hash map implementation for C++ with low memory usage and efficient resizing | 1,253 |
nicoshev/rapidhash | A high-quality hashing algorithm designed to be fast and reliable across various platforms. | 198 |
onmyway133/swifthash | A Swift implementation of the MD5 hash algorithm | 216 |
attaswift/siphash | A Swift implementation of the SipHash algorithm for secure hashing of short messages | 263 |
sparsehash/sparsehash-c11 | An experimental C++ implementation of a hash map data structure optimized for sparse data | 287 |
edwingeng/doublejump | A consistent hash implementation with improved node removal functionality | 102 |
openhft/zero-allocation-hashing | A Java API that provides a fast and efficient hashing mechanism without object allocation during hash computation. | 795 |