2ca7badf67 | ||
---|---|---|
testdata | ||
LICENSE | ||
README.md | ||
blake3.go | ||
blake3_test.go | ||
go.mod |
README.md
blake3
go get lukechampine.com/blake3
blake3
implements the BLAKE3 cryptographic hash function.
This implementation is a direct port of the Rust reference implementation. It has not been optimized for performance, and is not written in idiomatic Go style. I may clean it up later and optimize it to some degree, but don't expect good performance until someone writes an assembly version.