diff options
author | Esteban A. Maringolo <emaringolo@gmail.com> | 2021-03-31 17:01:51 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-31 17:01:51 -0300 |
commit | 15503232255e82e70d2dc4443709221a2e5dbfd4 (patch) | |
tree | acd34922f603fc84e30595bbf78dec15e5c75870 /bip-0039.mediawiki | |
parent | 1f0b563738199ca60d32b4ba779797fc97d040fe (diff) |
Add reference implementation
Diffstat (limited to 'bip-0039.mediawiki')
-rw-r--r-- | bip-0039.mediawiki | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki index ab1c3b8..2093454 100644 --- a/bip-0039.mediawiki +++ b/bip-0039.mediawiki @@ -176,6 +176,9 @@ Rust: * https://github.com/maciejhirsz/tiny-bip39/ * https://github.com/koushiro/bip0039-rs +* Smalltalk: +* https://github.com/eMaringolo/pharo-bip39mnemonic + Swift: * https://github.com/CikeQiu/CKMnemonic * https://github.com/yuzushioh/WalletKit |