verifyZilliqaSchnorr

open fun verifyZilliqaSchnorr(signature: Array<Byte>, message: Array<Byte>): Boolean

Verify a Zilliqa schnorr signature with a signature and message.

Return

true if the signature and the message belongs to the given public key, false otherwise

Parameters

pk

Non-null pointer to a public key

signature

Non-null pointer to a block of data corresponding to the signature

message

Non-null pointer to a block of data corresponding to the message