Verify a signature for given message
* h1 = sha256(sha256(transactionHex)_keygen(sha256(transactionHex_privateKey)).publicKey)==sha256(sha256(transactionHex)_verify(v, h1, publickey)) = h2 Copy
* h1 = sha256(sha256(transactionHex)_keygen(sha256(transactionHex_privateKey)).publicKey)==sha256(sha256(transactionHex)_verify(v, h1, publickey)) = h2
The signature to be verified
The message data in hexadecimal representation
The public key
true, if signature is valid, otherwise false
generateSignature
Verify a signature for given message