diff options
author | Luke Dashjr <luke_github1@dashjr.org> | 2022-07-25 22:49:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-25 22:49:46 +0000 |
commit | bcb66af5c353d2cfcd8da668b85886731c1810d0 (patch) | |
tree | 7dedc6e0d278a23d0d3ec67afa89d4794ee5e6ac /bip-0039.mediawiki | |
parent | b7aebcd5e64a634d5e5c1534b98045584f39ae95 (diff) | |
parent | d448bf667c54291b827d2962b4eca9f13d6910c1 (diff) |
Merge pull request #1340 from hujiulong/patch-1
Add BIP39 implementation reference
Diffstat (limited to 'bip-0039.mediawiki')
-rw-r--r-- | bip-0039.mediawiki | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki index 64ee0bf..d8a4d25 100644 --- a/bip-0039.mediawiki +++ b/bip-0039.mediawiki @@ -168,6 +168,7 @@ Haskell: JavaScript: * https://github.com/bitpay/bitcore/tree/master/packages/bitcore-mnemonic * https://github.com/bitcoinjs/bip39 (used by [[https://github.com/blockchain/My-Wallet-V3/blob/v3.8.0/src/hd-wallet.js#L121-L146|blockchain.info]]) +* https://github.com/hujiulong/web-bip39 Java: * https://github.com/bitcoinj/bitcoinj/blob/master/core/src/main/java/org/bitcoinj/crypto/MnemonicCode.java |