diff options
author | Luke Dashjr <luke_github1@dashjr.org> | 2020-10-05 16:12:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-05 16:12:35 +0000 |
commit | 2a92499f7fb5034bf1ecc4377223a63c6c576e6e (patch) | |
tree | 1bb6de0e53cba707b7cc11d0095c2d74edf5c77c /bip-0039.mediawiki | |
parent | 60c95f7a20fc6d17265e76ba0ea4a159032ad8ac (diff) | |
parent | 7e8b5dfc304c0e3cd646b54bc49e23fad692d11e (diff) |
Merge pull request #839 from pengpengliu/master
BIP39: Add 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 1bfd587..9d7fdda 100644 --- a/bip-0039.mediawiki +++ b/bip-0039.mediawiki @@ -168,6 +168,7 @@ Rust: 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 * https://github.com/zcash-hackworks/MnemonicSwift |