diff options
author | Luke Dashjr <luke_github1@dashjr.org> | 2017-09-16 03:16:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-16 03:16:14 +0000 |
commit | abb94297c333562923ad95c65996fb9e6c437b1d (patch) | |
tree | f6fc7a14f2c7852f55f9c2138362171f205d5278 /bip-0039.mediawiki | |
parent | 6295c1a095a1fa33f38d334227fa4222d8e0a523 (diff) | |
parent | a4128372005d6c40da29d1b570b5b3af9e0fe92d (diff) |
Merge pull request #573 from greenaddress/impl_bip39
add libwally as bip39 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 577c386..c18d7de 100644 --- a/bip-0039.mediawiki +++ b/bip-0039.mediawiki @@ -158,3 +158,6 @@ Swift: C++: * https://github.com/libbitcoin/libbitcoin/blob/master/include/bitcoin/bitcoin/wallet/mnemonic.hpp + +C (with Python/Java/Javascript bindings): +* https://github.com/ElementsProject/libwally-core |