BLAKE3-team / BLAKE3

the official Rust and C implementations of the BLAKE3 cryptographic hash function
Apache License 2.0
5.22k stars 351 forks source link

Why not Golang? #317

Open leonbakadorov opened 1 year ago

oconnor663 commented 1 year ago

https://twitter.com/lukechampine/status/1215365525313859584

@lukechampine finished his Go port within three hours of our original release, so I've never needed to write a Go implementation myself :)

ricardobranco777 commented 1 year ago

https://twitter.com/lukechampine/status/1215365525313859584

@lukechampine finished his Go port within three hours of our original release, so I've never needed to write a Go implementation myself :)

With the same speed of Blake2 in https://pkg.go.dev/golang.org/x/crypto/blake2b so not really useful.

peterjc commented 3 weeks ago

The link via Twitter (while that still works): https://github.com/lukechampine/blake3