summaryrefslogtreecommitdiff
path: root/bip-0039.mediawiki
diff options
context:
space:
mode:
Diffstat (limited to 'bip-0039.mediawiki')
-rw-r--r--bip-0039.mediawiki5
1 files changed, 4 insertions, 1 deletions
diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki
index c4cbedd..c18d7de 100644
--- a/bip-0039.mediawiki
+++ b/bip-0039.mediawiki
@@ -25,7 +25,7 @@ BIP-0032 or similar methods.
==Motivation==
A mnemonic code or sentence is superior for human interaction compared to the
-handling of raw binary or hexidecimal representations of a wallet seed. The
+handling of raw binary or hexadecimal representations of a wallet seed. The
sentence could be written on paper or spoken over the telephone.
This guide is meant to be a way to transport computer-generated randomness with
@@ -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