We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51d078 commit b50c0bbCopy full SHA for b50c0bb
bip39.go
@@ -14,7 +14,7 @@ import (
14
"math/big"
15
"strings"
16
17
- "github.com/tyler-smith/go-bip39/wordlists"
+ "github.com/alexvec/go-bip39/wordlists"
18
"golang.org/x/crypto/pbkdf2"
19
)
20
0 commit comments