The Schnorr signature (hex-encoded).
The SHA-256 digest to verify (hex string or Uint8Array).
The public key (hex-encoded, X-only or with 02/03 prefix).
True: throws on error, False: swallows errors and returns false.
True if the signature is valid, false otherwise.
Verifies a Schnorr signature on a message digest.