Registry / crypto / tyler-smith-go-bip39

tyler-smith-go-bip39

JSON →
library1.1.0gogounverified

Golang implementation of the BIP39 spec for generating mnemonic codes and seeds.

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

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

Generate a BIP39 mnemonic phrase

package main import ( "fmt" "github.com/tyler-smith/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
1.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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