diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2017-08-02 14:57:48 -0700 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2017-08-02 14:57:48 -0700 |
commit | 192cfbbacdb13782077b2a5e56a724ccad67f1c1 (patch) | |
tree | 5918abbf807c9f127d68555aff50665d8b353d0b /bip-0173.mediawiki | |
parent | 6bd62c0c391dcb7b2056dd2ac63e308696f92b27 (diff) |
Add more reference implementations
Diffstat (limited to 'bip-0173.mediawiki')
-rw-r--r-- | bip-0173.mediawiki | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bip-0173.mediawiki b/bip-0173.mediawiki index af2516d..4d3646e 100644 --- a/bip-0173.mediawiki +++ b/bip-0173.mediawiki @@ -242,8 +242,10 @@ P2PKH addresses can be used. * Reference encoder and decoder: ** [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/go For Go] ** [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/ruby For Ruby] ** [https://github.com/sipa/bech32/tree/master/ref/rust For Rust] * Fancy decoder that localizes errors: |