verifySignature()
Verify a signature with a public key
Last updated
Verify a signature with a public key
Last updated
Method signature
Parameters
Name | Type | Description |
---|---|---|
Example
Result
The result will be a boolean object.
publicKey
String
Public key in hexadecimal format.
message
String
Message that you want to verify
signature
String
Signature that you want to compare