Verify a signed message using the public key corresponding to the private key used to sign it. Returns true on success and false on failure. This method is passed the message and signature separately.
See Implementation
Verify a signed message using the public key corresponding to the private key used to sign it. Returns true on success and false on failure. This method is passed the message and signature separately.