Registry / crypto / factomproject-go-bip39

factomproject-go-bip39

JSON →
library0.3.5gogounverified

A Go implementation of BIP39 mnemonic codes for generating deterministic keys.

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

bip39
github.com/FactomProject/go-bip39

Generates a new BIP39 mnemonic phrase from random entropy.

package main import ( "fmt" "github.com/FactomProject/go-bip39" ) func main() { // Generate a new mnemonic entropy, _ := bip39.NewEntropy(128) mnemonic, _ := bip39.NewMnemonic(entropy) fmt.Println("Mnemonic:", mnemonic) }
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-bip39 — go get factomproject-go-bip39 · libregistry