smhasher
Hash functions
A collection of hash functions and tests for their properties
Automatically exported from code.google.com/p/smhasher
3k stars
111 watching
470 forks
Language: C++
last commit: 10 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
rurban/smhasher | A comprehensive benchmarking and testing framework for various hash functions | 1,850 |
jandrewrogers/metrohash | A set of fast and statistically robust hash functions designed for non-cryptographic use cases. | 361 |
grim7reaper/siphash | An implementation of a pseudorandom function optimized for speed on short messages | 1 |
apense/shimsham | A collection of hash functions implemented in pure Nim | 8 |
jhumphry/spark_siphash | An Ada implementation of the SipHash keyed hash function for cryptographic protection against denial-of-service attacks. | 5 |
google/highwayhash | Two fast and strong hash functions: SipHash and HighwayHash. | 1,544 |
corsaair/hashlib | A set of utility functions for generating and verifying digital hashes in ActionScript 3.0 | 1 |
lemire/clhash | A fast hashing function implemented in C with support for C++ wrappers and benchmarking tools. | 266 |
secworks/sha512 | A Verilog implementation of the SHA-512 hash function | 37 |
rustcrypto/hashes | A collection of cryptographic hash functions written in Rust. | 1,879 |
lyarbean/xxhash-ada | An implementation of a non-cryptographic hash function in Ada | 1 |
amadimichael/optimizedmimcsponge | An optimized implementation of a cryptographic hash function. | 12 |
wangyi-fudan/wyhash | Provides fast and simple hashing functions and random number generators for various programming languages. | 970 |
marvinhagemeister/smoldash | An alternative to Lodash, providing utility functions in TypeScript for modern web development | 109 |
paulmillr/noble-hashes | An audited and minimal implementation of various hash functions, MACs, and KDFs in JavaScript. | 586 |