summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dashjr <luke_github1@dashjr.org>2017-05-07 23:22:30 +0000
committerGitHub <noreply@github.com>2017-05-07 23:22:30 +0000
commit91fd4f9dae778d0959849b4e7432e3961dce661a (patch)
treea8499e5a62d408d89612e40c043c3d6bf176fe70
parent261b9cd12456bfcd7bb7fa2b1df84bd62fb2bc9d (diff)
parent8cc9702d9c8f4d608ab9f57e5b72a43da1e15a16 (diff)
downloadbips-91fd4f9dae778d0959849b4e7432e3961dce661a.tar.xz
Merge pull request #534 from sipa/bip-witaddr
Add extra reference implementations to BIP 173
-rw-r--r--bip-0173.mediawiki2
1 files changed, 2 insertions, 0 deletions
diff --git a/bip-0173.mediawiki b/bip-0173.mediawiki
index c5773ca..af2516d 100644
--- a/bip-0173.mediawiki
+++ b/bip-0173.mediawiki
@@ -243,6 +243,8 @@ P2PKH addresses can be used.
** [https://github.com/sipa/bech32/tree/master/ref/c For C]
** [https://github.com/sipa/bech32/tree/master/ref/javascript For JavaScript]
** [https://github.com/sipa/bech32/tree/master/ref/python For Python]
+** [https://github.com/sipa/bech32/tree/master/ref/haskell For Haskell]
+** [https://github.com/sipa/bech32/tree/master/ref/rust For Rust]
* Fancy decoder that localizes errors:
** [https://github.com/sipa/bech32/tree/master/ecc/javascript For JavaScript] ([http://bitcoin.sipa.be/bech32/demo/demo.html demo website])