Registry / crypto / dchest-blake256

dchest-blake256

JSON →
library1.1.0gogounverified

Implements the BLAKE-256 cryptographic hash function.

go get github.com/dchest/blake256
INSTALL
IMPORT
SIG · DCHEST-BLAKE256
D
dchest-blake256
cryptogov1.1.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.

blake256
github.com/dchest/blake256

Compute BLAKE-256 hash of a string

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

No known issues recorded.

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

No dependency data recorded yet.

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