SipHash
Hashing library
A Swift implementation of the SipHash algorithm for secure hashing of short messages
Simple and secure hashing in Swift with the SipHash algorithm
263 stars
9 watching
33 forks
Language: Swift
last commit: over 2 years ago
Linked from 2 awesome lists
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 |
onmyway133/swifthash | A Swift implementation of the MD5 hash algorithm | 216 |
grim7reaper/siphash | An implementation of a pseudorandom function optimized for speed on short messages | 1 |
whitfin/siphash-elixir | An implementation of the SipHash cryptographic hash family for Elixir | 19 |
attaswift/bigint | A pure Swift implementation of arbitrary-precision arithmetic for integers and floating-point numbers | 764 |
sketchytech/swiftography | A Swift repository for cryptographic algorithms and font obfuscation using the CryptoJS library | 8 |
wangyi-fudan/wyhash | Provides fast and simple hashing functions and random number generators for various programming languages. | 970 |
cwpearson/nim-murmurhash | An implementation of MurmurHash algorithms for hashing data in software applications | 7 |
opensystemslab/xxhash.nim | A lightweight Nim wrapper providing fast hashing functionality for various use cases | 15 |
google/highwayhash | Two fast and strong hash functions: SipHash and HighwayHash. | 1,544 |
mbrostami/consistenthash | A Go library implementing Consistent Hashing and Block Partitioning | 27 |
enzoh/motoko-sha | A package implementing secure hash algorithms for a specific programming language | 16 |
mrskwiggs/netswift | A high-level networking solution for Swift apps that provides type-safe network calls | 25 |
nicoshev/rapidhash | A high-quality hashing algorithm designed to be fast and reliable across various platforms. | 198 |
srijs/rusha | A high-performance pure-JavaScript implementation of the SHA1 hash algorithm | 278 |