Registry / crypto / bartekn-go-bip39

bartekn-go-bip39

JSON →
library0.0.0-20171116152956-a05967ea095dgogounverified

A Go implementation of the BIP-39 mnemonic code for generating deterministic keys.

go get github.com/bartekn/go-bip39
INSTALL
IMPORT
SIG · BARTEKN-GO-BIP39
B
bartekn-go-bip39
cryptogov0.0.0-20171116152956-a05967ea095d
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.

bip39
github.com/bartekn/go-bip39

Generates a new BIP-39 mnemonic phrase.

package main import ( "fmt" "github.com/bartekn/go-bip39" ) func main() { entropy, _ := bip39.NewEntropy(128) mnemonic, _ := bip39.NewMnemonic(entropy) fmt.Println(mnemonic) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20171116152956-a05967ea095dlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
Resources
bartekn-go-bip39 — go get bartekn-go-bip39 · libregistry