Registry / crypto / minio-blake2b-simd

minio-blake2b-simd

JSON →
library0.0.0-20160723061019-3f5f724cb5b1gogounverified

Package blake2b implements the BLAKE2b cryptographic hash function with SIMD optimizations.

go get github.com/minio/blake2b-simd
INSTALL
IMPORT
SIG · MINIO-BLAKE2B-SIMD
M
minio-blake2b-simd
cryptogov0.0.0-20160723061019-3f5f724cb5b1
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.

blake2b
github.com/minio/blake2b-simd

Computes a BLAKE2b-512 hash of data.

package main import ( "fmt" "github.com/minio/blake2b-simd" ) func main() { h := blake2b.New512() h.Write([]byte("data")) fmt.Printf("%x", h.Sum(nil)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20160723061019-3f5f724cb5b1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
minio-blake2b-simd — go get minio-blake2b-simd · libregistry