Closed Firaenix closed 3 years ago
Idea:
Or if you're signing something to be verified with an Address (BSM), Address.signMessage()
Or if you're signing something to be verified with an Address (BSM), Address.signMessage()
@Firaenix how would this work? You'd need to still have a private key? Wouldnt it be the same as PrivateKey.signBitcoinMessage()? When you need to verify it you can just get the address from the private key
Released in 1.1.0
There are different ways to sign a message or message digest dependent on:
Maybe a good way to approach this is having simple sign methods on different structs (like Transaction)
Transaction Signing
Traditional ECDSA Signatures
Bitcoin Signed Messages (BSM)