12 skills found
google / HighwayhashFast strong hash functions: SipHash/HighwayHash
minio / HighwayhashNative Go version of HighwayHash with optimized assembly implementations on Intel and ARM. Able to process over 10 GB/sec on a single core on Intel CPUs - https://en.wikipedia.org/wiki/HighwayHash
lovell / HighwayhashNode.js implementation of HighwayHash, Google's fast and strong hash function
nickbabcock / Highway RsNative Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function
dgryski / Go HighwayGo implementation of Google's HighwayHash
minio / Rsync GoThis is a pure go implementation of the rsync algorithm with highwayhash signature
nickbabcock / HighwayhasherHighwayHash implementation for node and browsers
calebzulawski / Autobahn HashA fast, safe, and portable implementation of HighwayHash for Rust
fwojcik / Smhasher3Mirror of SMHasher3 repo from official Gitlab site. Submit all issues and PRs there, not on Github!
vks / Highwayhash RsRust Bindings to AVX-2-optimized SIP-like hash functions
kpdemetriou / Highwayhash CffiTested, performant HighwayHash bindings for Python 3 with support for all output lengths.
johnplatts / SimdhwyhashImplementation of HighwayHash that uses Google Highway SIMD library