pub fn sign_with_aux_rand( msg: &[u8], keypair: &Keypair, aux_rand: &[u8; 32], ) -> Signature
Creates a schnorr signature using the given auxiliary random data.