Registry / crypto / tyler-smith-go-bip32

tyler-smith-go-bip32

JSON →
library1.0.0gogounverified

A Go implementation of the BIP32 hierarchical deterministic wallet key derivation standard.

go get github.com/tyler-smith/go-bip32
INSTALL
IMPORT
SIG · TYLER-SMITH-GO-BIP
T
tyler-smith-go-bip32
cryptogov1.0.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.

bip32
github.com/tyler-smith/go-bip32

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

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Resources
tyler-smith-go-bip32 — go get tyler-smith-go-bip32 · libregistry