diff options
author | hujiulong <me@hujiulong.com> | 2022-07-02 18:13:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-02 18:13:59 +0800 |
commit | d448bf667c54291b827d2962b4eca9f13d6910c1 (patch) | |
tree | bf4d0aa24fa0a08c324128a35e8c21443d1bd386 /bip-0039.mediawiki | |
parent | df443f8db30862b4776b4c06c47b62ded0790dc5 (diff) |
Add BIP39 implementation reference
Add a reference to the JS implementation
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 7b98a39..9ff4d5f 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 |