Go implementation of SipHash-2-4, a fast short-input PRF created by Jean-Philippe Aumasson and Daniel J. Bernstein.
☆295Apr 27, 2022Updated 3 years ago
Alternatives and similar repositories for siphash
Users that are interested in siphash are comparing it to the libraries listed below
Sorting:
- Careful implementation of Jaro and Jaro-Winkler text difference algorithms☆17Jan 23, 2017Updated 9 years ago
- Native Go version of HighwayHash with optimized assembly implementations on Intel and ARM. Able to process over 10 GB/sec on a single cor…☆949Oct 30, 2025Updated 4 months ago
- Super low overhead application level metrics☆24Oct 12, 2021Updated 4 years ago
- go-farm: a pure-Go farmhash implementation☆255Sep 24, 2024Updated last year
- A Stream VByte implementation in Go leveraging SIMD techniques☆18Sep 12, 2021Updated 4 years ago
- SIMD for Go☆164Oct 26, 2017Updated 8 years ago
- Go translation of MetroHash☆116Jan 6, 2025Updated last year
- ipcipher implementation in Go☆17Dec 19, 2023Updated 2 years ago
- A Go implementation of the 64-bit xxHash algorithm (XXH64)☆2,095Jul 3, 2024Updated last year
- A native implementation of the excellent XXHash hashing algorithm.☆445Oct 7, 2022Updated 3 years ago
- wyhash fast non-cryptographic string hash☆37May 12, 2020Updated 5 years ago
- Accelerate SHA256 computations in pure Go using AVX512, SHA Extensions for x86 and ARM64 for ARM. On AVX512 it provides an up to 8x impr…☆1,039May 24, 2023Updated 2 years ago
- Pure Go implementation of BLAKE3 with AVX2 and SSE4.1 acceleration☆465Apr 2, 2025Updated 11 months ago
- C to Go Assembly☆1,343Nov 27, 2021Updated 4 years ago
- Fast hashing using pure Go implementation of BLAKE2b with SIMD instructions☆256Nov 27, 2017Updated 8 years ago
- Fast and scalable minimal perfect hashing for massive key sets☆72Mar 6, 2020Updated 6 years ago
- A fast in-memory prefix tree that uses uint64 for keys and allows for duplicate entries.☆203Feb 3, 2021Updated 5 years ago
- A Golang lock-free thread-safe HashMap optimized for fastest read access.☆1,882Jul 30, 2025Updated 7 months ago
- Minimal perfect hashing in Go☆74Jan 22, 2023Updated 3 years ago
- Embedded DB modeling Golang Collections which automatically split as they grow.☆36Apr 25, 2018Updated 7 years ago
- Optimized Go Compression Packages☆5,432Mar 2, 2026Updated 2 weeks ago
- Intel CPUID library for Go Programming Language☆309Dec 19, 2024Updated last year
- Go implementation of skiplist, with search fingers☆33Oct 26, 2015Updated 10 years ago
- Simple generative fuzzer☆17Oct 18, 2021Updated 4 years ago
- Tool to detect Go structs that would take less memory if their fields were sorted.☆535May 9, 2023Updated 2 years ago
- The Snappy compression format in the Go programming language.☆1,572Mar 7, 2025Updated last year
- Implementation of https://www.ietf.org/archive/id/draft-denis-aegis-aead-00.html / https://competitions.cr.yp.to/round3/aegisv11.pdf☆15Mar 25, 2025Updated 11 months ago
- Go implementation of SipHash-64/128☆14Mar 16, 2022Updated 4 years ago
- An AVX/AVX2/x64/pure-Go implementation of the ChaCha20 stream cipher for Golang. [Deprecated].☆11Mar 15, 2018Updated 8 years ago
- Randomized testing for Go☆4,841Sep 24, 2024Updated last year
- A port of Stream VByte to Go☆35Feb 22, 2022Updated 4 years ago
- Roaring bitmaps in Go (golang), used by InfluxDB, Bleve, DataDog☆2,851Updated this week
- Go implementation of Google's HighwayHash☆75Mar 9, 2021Updated 5 years ago
- Fast integer map for uint32-to-uint32☆33Jun 28, 2025Updated 8 months ago
- HyperLogLog with lots of sugar (Sparse, LogLog-Beta bias correction and TailCut space reduction) brought to you by Axiom☆1,030Dec 16, 2025Updated 3 months ago
- Go implementation of maglev hashing☆96Mar 11, 2023Updated 3 years ago
- go-jump: Jump consistent hashing☆388Oct 18, 2021Updated 4 years ago
- Go conversion of the libargon2 library.☆52Dec 23, 2016Updated 9 years ago
- Command pigeon generates parsers in Go from a PEG grammar.☆909Updated this week