xxhash-ada
Hash function implementation
An implementation of a non-cryptographic hash function in Ada
xxhash in ada
1 stars
3 watching
0 forks
Language: Ada
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
secworks/sha256 | An implementation of the SHA-256 cryptographic hash function in hardware | 317 |
grim7reaper/siphash | An implementation of a pseudorandom function optimized for speed on short messages | 1 |
jhumphry/spark_siphash | An Ada implementation of the SipHash keyed hash function for cryptographic protection against denial-of-service attacks. | 5 |
bungle/lua-resty-xxhash | FFI-bindings to an Extremely fast non-cryptographic hash algorithm | 17 |
lkujaw/blake2s | Implementation of the BLAKE2s hash function in Ada for secure data integrity and authenticity verification. | 1 |
aappleby/smhasher | A collection of hash functions and tests for their properties | 2,676 |
pnathan/genhash | A generic hash table implementation in Common Lisp. | 17 |
lemire/clhash | A fast hashing function implemented in C with support for C++ wrappers and benchmarking tools. | 266 |
barerose/lonesha256 | A single-function SHA256 hashing implementation in C. | 20 |
secworks/sha512 | A Verilog implementation of the SHA-512 hash function | 37 |
jandrewrogers/metrohash | A set of fast and statistically robust hash functions designed for non-cryptographic use cases. | 361 |
wangyi-fudan/wyhash | Provides fast and simple hashing functions and random number generators for various programming languages. | 970 |
mbrostami/consistenthash | A Go library implementing Consistent Hashing and Block Partitioning | 27 |
samebchase/hash-set | An implementation of a data structure providing constant time lookup and insertion operations. | 17 |
whitfin/siphash-elixir | An implementation of the SipHash cryptographic hash family for Elixir | 19 |