bitcoinjs-message
bitcoinjs-message copied to clipboard
In bitcoinjs-lib I can easy using alice.sign(signatureHash) to sign after broadcast. If I convert the signature result for hex string it like this `d2ffa12c2191ab1197a318b9c90d2007c66c5157b0a1d0238a4ced93116d3b085d5b20e4c54453d85ca0c747c84f73b3449292456a26d2c8354a24c4b26a5359` it is 64 byte buffer ,...
This PR has no functional changes. The main goals are to: - upgrade dependencies to latest versions (secp256k1 v3 particularly) - this small lib was forcing the user to carry...
I am trying to import the library as `import { verify } from 'bitcoinjs-message';` and i get a buffer error. Any ideas? I am using reactjs. Error: `Uncaught TypeError: can't...
Those two features were present for a long in Bitcoin Core, but has been scarcely used over the years. However, this is going to change with [AOPP](https://gitlab.com/aopp/address-ownership-proof-protocol/-/blob/master/wallet_guide.md) who directly link...