From d448bf667c54291b827d2962b4eca9f13d6910c1 Mon Sep 17 00:00:00 2001 From: hujiulong Date: Sat, 2 Jul 2022 18:13:59 +0800 Subject: Add BIP39 implementation reference Add a reference to the JS implementation --- bip-0039.mediawiki | 1 + 1 file changed, 1 insertion(+) (limited to 'bip-0039.mediawiki') 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 -- cgit v1.2.3