Pure Go implementation of BLAKE3 with AVX2 and SSE4.1 acceleration
☆481Mar 31, 2026Updated 2 months ago
Alternatives and similar repositories for blake3
Users that are interested in blake3 are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- An AVX-512 accelerated implementation of the BLAKE3 cryptographic hash function☆421Aug 13, 2025Updated 10 months ago
- XXH3 algorithm in Go☆561Jan 23, 2026Updated 4 months ago
- 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 last year
- Generate x86 Assembly with Go☆2,975Jun 1, 2026Updated last week
- A Go implementation of the 64-bit xxHash algorithm (XXH64)☆2,134Jul 3, 2024Updated last year
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- Software sandbox for storage of sensitive information in memory.☆2,744May 8, 2026Updated last month
- the official Rust and C implementations of the BLAKE3 cryptographic hash function☆6,273May 21, 2026Updated 3 weeks ago
- Fast hashing using pure Go implementation of BLAKE2b with SIMD instructions☆255Nov 27, 2017Updated 8 years ago
- Optimized Go Compression Packages☆5,515Jun 3, 2026Updated last week
- Implementation of do255e and do255s in Go☆23Dec 14, 2020Updated 5 years ago
- Go library providing algorithms optimized to leverage the characteristics of modern CPUs☆919Sep 23, 2025Updated 8 months ago
- Golang port of simdjson: parsing gigabytes of JSON per second☆2,029Aug 26, 2025Updated 9 months ago
- The BLAKE3 paper: specifications, analysis, and design rationale☆193Jun 27, 2022Updated 3 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…