Signs a message string using Schnorr.
The message to sign.
The private key to sign with (hex string or Uint8Array).
The signature in hex format.
Signatures are non-deterministic because schnorr.sign() generates a new random auxiliary value (auxRand) each time it is called.
Signs a message string using Schnorr.