SPARK_SipHash
Hash function library
An Ada implementation of the SipHash keyed hash function for cryptographic protection against denial-of-service attacks.
An Ada 2012 / SPARK 2014 project that implements the SipHash keyed hash function.
5 stars
2 watching
0 forks
Language: Ada
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
grim7reaper/siphash | An implementation of a pseudorandom function optimized for speed on short messages | 1 |
attaswift/siphash | A Swift implementation of the SipHash algorithm for secure hashing of short messages | 263 |
jhumphry/ascon_spark | An implementation of the Ascon AEAD algorithm in Ada 2012 / SPARK 2014 for cryptographic encryption and decryption. | 3 |
whitfin/siphash-elixir | An implementation of the SipHash cryptographic hash family for Elixir | 19 |
google/highwayhash | Two fast and strong hash functions: SipHash and HighwayHash. | 1,544 |
lyarbean/xxhash-ada | An implementation of a non-cryptographic hash function in Ada | 1 |
aappleby/smhasher | A collection of hash functions and tests for their properties | 2,666 |
juliacrypto/sha.jl | A Julia implementation of common hash functions | 47 |
jhumphry/spark_norx | An implementation of a widely used authenticated encryption algorithm | 8 |
lkujaw/blake2s | Implementation of the BLAKE2s hash function in Ada for secure data integrity and authenticity verification. | 1 |
amadimichael/optimizedmimcsponge | An optimized implementation of a cryptographic hash function. | 12 |
jandrewrogers/metrohash | A set of fast and statistically robust hash functions designed for non-cryptographic use cases. | 361 |
onmyway133/swifthash | A Swift implementation of the MD5 hash algorithm | 216 |
h2non/jshashes | A lightweight, dependency-free JavaScript library implementing various cryptographic hash functions for secure data encoding and verification. | 724 |
corsaair/hashlib | A set of utility functions for generating and verifying digital hashes in ActionScript 3.0 | 1 |