Registry / crypto / factomproject-go-bip32

factomproject-go-bip32

JSON →
library0.3.5gogounverified

Package go-bip32 implements the BIP32 hierarchical deterministic wallet key generation for Bitcoin and other cryptocurrencies.

go get github.com/FactomProject/go-bip32
INSTALL
IMPORT
SIG · FACTOMPROJECT-GO-B
F
factomproject-go-bip32
cryptogov0.3.5
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.

bip32
github.com/FactomProject/go-bip32

Creates a new master key from a seed and prints the public key.

package main import ( "fmt" "github.com/FactomProject/go-bip32" ) func main() { seed := []byte("my-seed") masterKey, err := bip32.NewMasterKey(seed) if err != nil { panic(err) } fmt.Println(masterKey.PublicKey()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
factomproject-go-bip32 — go get factomproject-go-bip32 · libregistry