Registry / crypto / decred-dcrd-crypto-blake256

decred-dcrd-crypto-blake256

JSON →
library1.1.0gogounverified

Package blake256 implements BLAKE-256 and BLAKE-224 hash functions with hardware acceleration.

go get github.com/decred/dcrd/crypto/blake256
INSTALL
IMPORT
SIG · DECRED-DCRD-CRYPTO
D
decred-dcrd-crypto-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/decred/dcrd/crypto/blake256

Compute a BLAKE-256 hash.

package main import ( "fmt" "github.com/decred/dcrd/crypto/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
11 hits · last 30 days
node
10
Resources
decred-dcrd-crypto-blake256 — go get decred-dcrd-crypto-blake256 · libregistry