Function sign_with_aux_rand

Source
pub fn sign_with_aux_rand(
    msg: &[u8],
    keypair: &Keypair,
    aux_rand: &[u8; 32],
) -> Signature
Expand description

Creates a schnorr signature using the given auxiliary random data.