verify_message (Func)¶
Verify a message signature.
| PARAMETER | DESCRIPTION |
|---|---|
message
|
The original message.
TYPE:
|
signature
|
The signature hex string.
TYPE:
|
public_key
|
The public key to verify against.
TYPE:
|
| RETURNS | DESCRIPTION |
|---|---|
bool
|
True if the signature is valid, False otherwise.
TYPE:
|
| RAISES | DESCRIPTION |
|---|---|
Exception
|
If the signature format is invalid. |