summaryrefslogtreecommitdiff
path: root/bip-0039.mediawiki
diff options
context:
space:
mode:
Diffstat (limited to 'bip-0039.mediawiki')
-rw-r--r--bip-0039.mediawiki11
1 files changed, 10 insertions, 1 deletions
diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki
index 6ba8af0..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
@@ -152,3 +152,12 @@ JavaScript:
Ruby:
* https://github.com/sreekanthgs/bip_mnemonic
+
+Swift:
+* https://github.com/CikeQiu/CKMnemonic
+
+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