diff options
author | Tim Wang <overocean@gmail.com> | 2022-06-12 08:33:38 +1000 |
---|---|---|
committer | Tim Wang <overocean@gmail.com> | 2022-06-12 08:33:38 +1000 |
commit | 0a169e5d0d6272c87e4ad7741a45ae8937777c0c (patch) | |
tree | acf50e26a9fc9c4708c4d88db08152b9fdb28c85 /bip-0039.mediawiki | |
parent | df443f8db30862b4776b4c06c47b62ded0790dc5 (diff) |
Add one Swift implementation featured with full native syntax, exception handling & fully unit tested with all supported language wordlists
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..24d14fd 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 |