Rust Bitcoin signature verification

For safecoin claims I was thinking that Bitcoin signatures will need to be verified. So I was looking for a Rust library that has this functionality.

From Electrum, this is the sort of thing I was looking for:

The Rust libraries that I found seem to just have verification by public key, not by address.

2 Likes

Ah ha, so that’s how it works…the public key can be calculated from the message and it’s signature.

https://www.reddit.com/r/Bitcoin/comments/18qy88/bitcoin_message_signing_and_verification/c8nhca0?utm_medium=android_app&utm_source=share&context=3