Skip to content

Commit

Permalink
Merge pull request bitcoin#1066 from SomberNight/202002_bip350_fix_links
Browse files Browse the repository at this point in the history
bip-0350: fix links for reference implementations
  • Loading branch information
luke-jr committed Feb 9, 2021
2 parents 1174b26 + b58dd7b commit faeb2cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bip-0350.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,14 @@ On the other hand, the Bech32m proposal breaks forward-compatibility for sending
==Reference implementations==

* Reference encoder and decoder:
** [https://github.com/sipa/bech32/tree/bech32m/ref/python Reference Python implementation]
** [https://github.com/sipa/bech32/tree/bech32m/ref/c Reference C implementation]
** [https://github.com/sipa/bech32/tree/bech32m/ref/c++ Reference C++ implementation]
** [https://github.com/sipa/bech32/blob/master/ref/python Reference Python implementation]
** [https://github.com/sipa/bech32/blob/master/ref/c Reference C implementation]
** [https://github.com/sipa/bech32/blob/master/ref/c++ Reference C++ implementation]
** [https://github.com/bitcoin/bitcoin/pull/20861 Bitcoin Core C++ implementation]
** [https://github.com/sipa/bech32/tree/bech32m/ref/javascript Reference Javascript implementation]
** [https://github.com/sipa/bech32/blob/master/ref/javascript Reference Javascript implementation]
* Fancy decoder that localizes errors:
** [https://github.com/sipa/bech32/tree/bech32m/ecc/javascript For JavaScript] ([http://bitcoin.sipa.be/bech32/demo/demo.html demo website])
** [https://github.com/sipa/bech32/blob/master/ecc/javascript For JavaScript] ([http://bitcoin.sipa.be/bech32/demo/demo.html demo website])
==Test vectors==

Expand Down

0 comments on commit faeb2cc

Please sign in to comment.