Registry / crypto / ontio-go-bip32

ontio-go-bip32

JSON →
library0.0.0-20190520025953-d3cea6894a2bgogounverified

A Go implementation of the BIP32 hierarchical deterministic wallet specification.

go get github.com/ontio/go-bip32
INSTALL
IMPORT
SIG · ONTIO-GO-BIP32
O
ontio-go-bip32
cryptogov0.0.0-20190520025953-d3cea6894a2b
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/ontio/go-bip32

Generates a master key from a seed.

package main import ( "fmt" "github.com/ontio/go-bip32" ) func main() { seed := []byte("myseed") key, _ := bip32.NewMasterKey(seed) fmt.Println(key) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20190520025953-d3cea6894a2blatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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