bitcoin-proof
bitcoin-proof copied to clipboard
Merkle proof for a Bitcoin transaction
Results
1
bitcoin-proof issues
Sort by
recently updated
recently updated
newest added
## Added browser support This required making the API async, since the browser SubtleCrypto API uses promises. After this change, we still always use native SHA256: window.crypto.subtle in-browser, require("crypto") in...