Verification uses the public key to check whether the signature matches the message. What verification tells you:
- The message is exactly the same as what was signed (no edits)
- The signature was generated using the matching private key
- Paste the original message
- Paste the signature from the signing step
- Paste the public key
- Verify signature
- Then modify one character of the message and verify again (it should fail)