Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bullet-tooth committed Jul 8, 2024
1 parent d1fc3b4 commit c90ac68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

It implements encoding/decoding bitcoin addresses.
Implementation is slightly optimized for Solidity (e.g. it uses the fact that uint256 is 256 bits).
Currently it supports:
Currently, it supports:
1. Segwit v0 address BIP-0173
2. Segwit v1 address (taproot) BIP-0350
3. Encoding/decoding returns specific error thus making debugging much easier.
4. Almost all tests from [Python reference implementation](https://github.com/sipa/bech32/tree/master/ref/python) are implemented.
3. Encoding/decoding returns specific error thus making debugging much easier
4. Almost all tests from [Python reference implementation](https://github.com/sipa/bech32/tree/master/ref/python) are implemented

Solidity code for tests was generated automatically using scripts from `python_ref` dir. This scripts use test data and functions from [Python reference implementation](https://github.com/sipa/bech32/tree/master/ref/python) for BIP-0350.

Expand Down

0 comments on commit c90ac68

Please sign in to comment.