Registry / crypto / cosmos-go-bip39

cosmos-go-bip39

JSON →
library1.0.0gogounverified

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

go get github.com/cosmos/go-bip39
INSTALL
IMPORT
SIG · COSMOS-GO-BIP39
C
cosmos-go-bip39
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.

bip39
github.com/cosmos/go-bip39

Generates a BIP-39 mnemonic from entropy.

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

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
cosmos-go-bip39 — go get cosmos-go-bip39 · libregistry