checkSignatureSchnorr

fun checkSignatureSchnorr(    pubKey: ByteArray,     sigBytes: ByteArray,     signatureVersion: Int): Boolean