Registry / crypto / dchest-blake512

dchest-blake512

JSON →
library1.0.0gogounverified

A Go implementation of the BLAKE-512 cryptographic hash function.

go get github.com/dchest/blake512
INSTALL
IMPORT
SIG · DCHEST-BLAKE512
D
dchest-blake512
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.

blake512
github.com/dchest/blake512

Computes a BLAKE-512 hash of a string.

package main import ( "fmt" "github.com/dchest/blake512" ) func main() { hash := blake512.New() hash.Write([]byte("data")) fmt.Printf("%x\n", hash.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
15 hits · last 30 days
node
14
Resources
dchest-blake512 — go get dchest-blake512 · libregistry