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.