Registry / crypto / btcsuite-fastsha256

btcsuite-fastsha256

JSON →
library0.0.0-20160815193821-637e65642941gogounverified

Package fastsha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.

go get github.com/btcsuite/fastsha256
INSTALL
IMPORT
SIG · BTCSUITE-FASTSHA25
B
btcsuite-fastsha256
cryptogov0.0.0-20160815193821-637e65642941
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.

fastsha256
github.com/btcsuite/fastsha256

Compute SHA256 hash of a string

package main import ( "fmt" "github.com/btcsuite/fastsha256" ) func main() { h := fastsha256.Sum256([]byte("hello")) fmt.Printf("%x\n", h) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20160815193821-637e65642941latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Amazon
1
Resources
btcsuite-fastsha256 — go get btcsuite-fastsha256 · libregistry