Compare commits

...

2 Commits

Author SHA1 Message Date
Andrew Arnott 370a7c4967
Merge 39470f2af0 into 5273fc9c99 2024-04-14 09:39:26 -07:00
Andrew Arnott 39470f2af0
Add C# reference implementation to list in ZIP-173 2024-03-03 16:52:55 -07:00
1 changed files with 4 additions and 0 deletions

View File

@ -300,6 +300,10 @@ Reference implementations
* `In C++ <https://github.com/zcash/zcash/blob/master/src/bech32.cpp>`_
* Encoders and decoders written specifically for Zcash:
* `For C# <https://github.com/nerdcash/Nerdbank.Cryptocurrencies/blob/main/src/Nerdbank.Cryptocurrencies/Bech32.cs>`_ (Bech32 and Bech32m)
* Encoders and decoders written for Bitcoin:
* `For C <https://github.com/sipa/bech32/tree/master/ref/c>`_