Registry / crypto / filecoin-project-go-crypto

filecoin-project-go-crypto

JSON →
library0.1.0gogounverified

Package go-crypto provides cryptographic utilities for the Filecoin project.

go get github.com/filecoin-project/go-crypto
INSTALL
IMPORT
SIG · FILECOIN-PROJECT-G
F
filecoin-project-go-crypto
cryptogov0.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.

crypto
github.com/filecoin-project/go-crypto

Generates a new cryptographic key pair.

package main import ( "fmt" "github.com/filecoin-project/go-crypto" ) func main() { privateKey, err := crypto.GenerateKey() if err != nil { panic(err) } fmt.Printf("Private key: %x\n", privateKey) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
filecoin-project-go-crypto — go get filecoin-project-go-crypto · libregistry