diff options
author | Luke Dashjr <luke_github1@dashjr.org> | 2022-07-25 22:46:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-25 22:46:53 +0000 |
commit | 20b460b6d2ac5b20533e0f933214a989c6957f40 (patch) | |
tree | a24d7052006f749cc27a40cace58e29be9ac5438 /bip-0039.mediawiki | |
parent | 809a8d32291cdaafb4e5d2752822c04c22241d87 (diff) | |
parent | 0a169e5d0d6272c87e4ad7741a45ae8937777c0c (diff) |
Merge pull request #1331 from ShenghaiWang/master
Add one Swift 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 19c16c6..64ee0bf 100644 --- a/bip-0039.mediawiki +++ b/bip-0039.mediawiki @@ -188,6 +188,7 @@ Swift: * https://github.com/pengpengliu/BIP39 * https://github.com/matter-labs/web3swift/blob/develop/Sources/web3swift/KeystoreManager/BIP39.swift * https://github.com/zcash-hackworks/MnemonicSwift +* https://github.com/ShenghaiWang/BIP39 C++: * https://github.com/libbitcoin/libbitcoin-system/blob/master/include/bitcoin/system/wallet/mnemonic.hpp |