Registry / crypto / onflow-flow-go-crypto

onflow-flow-go-crypto

JSON →
library0.11.0gogounverified

Cryptographic primitives and utilities for the Flow blockchain, including hashing and signing.

go get github.com/onflow/flow-go/crypto
INSTALL
IMPORT
SIG · ONFLOW-FLOW-GO-CRY
O
onflow-flow-go-crypto
cryptogov0.11.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.

crypto
github.com/onflow/flow-go/crypto

Computes a SHA3-256 hash using the Flow crypto library.

package main import ( "fmt" "github.com/onflow/flow-go/crypto/hash" ) func main() { algo := hash.NewSHA3_256() algo.Write([]byte("hello")) fmt.Printf("%x", algo.SumHash()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
onflow-flow-go-crypto — go get onflow-flow-go-crypto · libregistry