Signs a P2PK secret using Schnorr.
Signatures are non-deterministic because schnorr.sign() generates a new random auxiliary value (auxRand) each time it is called.
Signs a P2PK secret using Schnorr.