mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-17 21:32:50 +01:00
bip-0350: fix links for reference implementations
This commit is contained in:
parent
518fd3fe07
commit
b58dd7bc1a
@ -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==
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user