Registry / crypto / zeebo-blake3

zeebo-blake3

JSON →
library0.2.4gogounverified

Package blake3 provides an SSE4.1/AVX2 accelerated BLAKE3 implementation.

go get github.com/zeebo/blake3
INSTALL
IMPORT
SIG · ZEEBO-BLAKE3
Z
zeebo-blake3
cryptogov0.2.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

blake3
github.com/zeebo/blake3

Compute BLAKE3 hash of a string

package main import ( "fmt" "github.com/zeebo/blake3" ) func main() { h := blake3.New() h.Write([]byte("hello world")) fmt.Printf("%x\n", h.Sum(nil)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
30
Resources
zeebo-blake3 — go get zeebo-blake3 · libregistry