highwayhash

Hash functions

Two fast and strong hash functions: SipHash and HighwayHash.

Fast strong hash functions: SipHash/HighwayHash

GitHub

2k stars
50 watching
188 forks
Language: C++
last commit: 9 months ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
jandrewrogers/metrohash A set of fast and statistically robust hash functions designed for non-cryptographic use cases. 360
jhumphry/spark_siphash An Ada implementation of the SipHash keyed hash function for cryptographic protection against denial-of-service attacks. 5
grim7reaper/siphash A cryptographic algorithm implementation for secure hashing of short inputs 1
wangyi-fudan/wyhash Provides fast and simple hashing functions and random number generators for various programming languages. 979
aappleby/smhasher A collection of hash functions and tests for their properties 2,688
lemire/clhash A fast hashing function implemented in C with support for C++ wrappers and benchmarking tools. 268
tessil/hopscotch-map A fast hash map and hash set implementation using hopscotch hashing 731
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,257
nicoshev/rapidhash A high-quality hashing algorithm designed to be fast and reliable across various platforms. 234
onmyway133/swifthash A library that provides an MD5 hashing implementation in Swift. 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 103
openhft/zero-allocation-hashing A Java API that provides a fast and efficient hashing mechanism without object allocation during hash computation. 796