We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e1811 commit 9248702Copy full SHA for 9248702
readme.md
@@ -27,3 +27,5 @@ This code generates a legacy Bitcoin address from a given public key in hexadeci
27
5. **Checksum Calculation**: Computes the SHA-256 hash of the versioned hash, then performs SHA-256 again to derive a checksum.
28
6. **Checksum Append**: Appends the first four bytes of the checksum to the versioned hash.
29
7. **Base58 Encoding**: Converts the final byte array into a Base58 string, resulting in the Bitcoin address.
30
+
31
+ [try it out](https://rggh.github.io/bitcoin_hashing_wasm/web/)
0 commit comments