bip-0350: fix links for reference implementations

This commit is contained in:
SomberNight 2021-02-05 18:36:34 +01:00
parent 518fd3fe07
commit b58dd7bc1a
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9

View File

@ -138,14 +138,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==