verifyCompactSignatureWithHash
Validates a signature of a message.
Return
message validation result
Parameters
message
data used on validation
signature
signature of data to verify
Throws
thrown when method encounters an exception
thrown when method encounters an unknown exception
thrown when instance is closed
Validates a signature of a message.
Return
message validation result
Parameters
message
data used on validation
signature
signature of data to verify
Throws
thrown when method encounters an exception
thrown when method encounters an unknown exception
thrown when instance is closed
actual external fun verifyCompactSignatureWithHash(message: ByteArray, signature: ByteArray): Boolean
Validates a signature of a message.
Return
message validation result
Parameters
message
data used on validation
signature
signature of data to verify
Throws
thrown when method encounters an exception
thrown when method encounters an unknown exception
thrown when instance is closed