[][src]Function zcash_primitives::sapling::spend_sig

pub fn spend_sig<R: RngCore + CryptoRng>(
    ask: PrivateKey,
    ar: Fr,
    sighash: &[u8; 32],
    rng: &mut R
) -> Signature

Create the spendAuthSig for a Sapling SpendDescription.