SipHash
PRF
An implementation of a pseudorandom function optimized for speed on short messages
A pure Ada implementation of the SipHash PRF (mirror repository).
1 stars
3 watching
0 forks
Language: Ada
last commit: almost 11 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jhumphry/spark_siphash | An Ada implementation of the SipHash keyed hash function for cryptographic protection against denial-of-service attacks. | 5 |
aappleby/smhasher | A collection of hash functions and tests for their properties | 2,676 |
attaswift/siphash | A Swift implementation of the SipHash algorithm for secure hashing of short messages | 263 |
lyarbean/xxhash-ada | An implementation of a non-cryptographic hash function in Ada | 1 |
google/highwayhash | Two fast and strong hash functions: SipHash and HighwayHash. | 1,544 |
jandrewrogers/metrohash | A set of fast and statistically robust hash functions designed for non-cryptographic use cases. | 361 |
whitfin/siphash-elixir | An implementation of the SipHash cryptographic hash family for Elixir | 19 |
rurban/smhasher | A comprehensive benchmarking and testing framework for various hash functions | 1,850 |
amadimichael/optimizedmimcsponge | An optimized implementation of a cryptographic hash function. | 12 |
secworks/sha512 | A Verilog implementation of the SHA-512 hash function | 37 |
secworks/sha256 | An implementation of the SHA-256 cryptographic hash function in hardware | 317 |
enzoh/motoko-sha | A package implementing secure hash algorithms for a specific programming language | 16 |
rhash/rhash | A utility for calculating and verifying the integrity of files and data using various hash functions. | 585 |
veorq/siphash | A family of fast and secure algorithms for generating pseudorandom functions from short messages | 657 |
wangyi-fudan/wyhash | Provides fast and simple hashing functions and random number generators for various programming languages. | 970 |