diff options
author | Liu Pengpeng <liupppppp@gmail.com> | 2020-09-03 01:55:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-03 01:55:14 +0800 |
commit | 7e8b5dfc304c0e3cd646b54bc49e23fad692d11e (patch) | |
tree | 0f297ac5ec58209b24f82a9eb4d8d3451d512900 /bip-0039.mediawiki | |
parent | 13dccfe663206cec416e404a75c5f59c9f2919d7 (diff) | |
parent | bdb297a7c847c23b96ff1dbe7bc91586ec8b59c5 (diff) |
Merge branch 'master' into master
Diffstat (limited to 'bip-0039.mediawiki')
-rw-r--r-- | bip-0039.mediawiki | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki index 1cda0e9..5545147 100644 --- a/bip-0039.mediawiki +++ b/bip-0039.mediawiki @@ -138,7 +138,7 @@ Go: * https://github.com/tyler-smith/go-bip39 Elixir: -* https://github.com/izelnakri/mnemonic +* https://github.com/aerosol/mnemo Objective-C: * https://github.com/nybex/NYMnemonic @@ -156,16 +156,20 @@ JavaScript: * https://github.com/bitpay/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]]) +Java: +* https://github.com/bitcoinj/bitcoinj/blob/master/core/src/main/java/org/bitcoinj/crypto/MnemonicCode.java + Ruby: * https://github.com/sreekanthgs/bip_mnemonic Rust: -* https://github.com/infincia/bip39-rs +* https://github.com/maciejhirsz/tiny-bip39/ Swift: * https://github.com/CikeQiu/CKMnemonic * https://github.com/yuzushioh/WalletKit * https://github.com/pengpengliu/BIP39 +* https://github.com/matter-labs/web3swift/blob/develop/Sources/web3swift/KeystoreManager/BIP39.swift C++: * https://github.com/libbitcoin/libbitcoin-system/blob/master/include/bitcoin/system/wallet/mnemonic.hpp |