Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RGGH authored Nov 4, 2024
1 parent 82e1811 commit 9248702
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ This code generates a legacy Bitcoin address from a given public key in hexadeci
5. **Checksum Calculation**: Computes the SHA-256 hash of the versioned hash, then performs SHA-256 again to derive a checksum.
6. **Checksum Append**: Appends the first four bytes of the checksum to the versioned hash.
7. **Base58 Encoding**: Converts the final byte array into a Base58 string, resulting in the Bitcoin address.

[try it out](https://rggh.github.io/bitcoin_hashing_wasm/web/)

0 comments on commit 9248702

Please sign in to comment.