Registry / crypto / dchest-blake2b

dchest-blake2b

JSON →
library1.0.0gogounverified

A pure Go implementation of the BLAKE2b cryptographic hash function.

go get github.com/dchest/blake2b
INSTALL
IMPORT
SIG · DCHEST-BLAKE2B
D
dchest-blake2b
cryptogov1.0.0
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/dchest/blake2b

Computes a BLAKE2b-256 hash of a byte slice.

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
dchest-blake2b — go get dchest-blake2b · libregistry