verify
Verifies the authenticity of a signature using a given message and signature.
Return
A boolean value indicating whether the signature is valid or not.
Parameters
message
The message to verify.
signature
The signature data to verify.
Verifies the authenticity of a signature using a given message and signature.
A boolean value indicating whether the signature is valid or not.
The message to verify.
The signature data to verify.